Skip to content

Commit

Permalink
chore: fix access key variable
Browse files Browse the repository at this point in the history
Refs: OPS-9414
  • Loading branch information
lazysoundsystem committed Jul 4, 2023
1 parent 6debbb3 commit 8f24a9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: docker/[email protected]
with:
registry: public.ecr.aws
username: ${{ secrets.ECR_AWS_ACCESS_KEY_I }}
username: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
password: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
env:
AWS_REGION: us-east-1
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
id: fc
if: ${{ !env.ACT }}
with:
github: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.pull_request.number }}
comment-author: 'github-actions[bot]'
body-includes: Build output
Expand All @@ -178,7 +178,7 @@ jobs:
uses: peter-evans/create-or-update-comment@v2
if: ${{ !env.ACT }}
with:
github: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
body: |
Expand Down

0 comments on commit 8f24a9f

Please sign in to comment.