Skip to content

Commit

Permalink
Merge pull request #323 from UN-OCHA/OPS-9414-access-key-variable
Browse files Browse the repository at this point in the history
Ops 9414 access key variable
  • Loading branch information
cafuego authored Jul 6, 2023
2 parents a4398a8 + 8f24a9f commit 64aa3f8
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 64aa3f8

Please sign in to comment.