Skip to content

Commit

Permalink
Merge pull request #114 from UN-OCHA/OPS-10254-config-in-updates
Browse files Browse the repository at this point in the history
chore: include missing credentials
  • Loading branch information
lazysoundsystem authored Jun 19, 2024
2 parents 4d3ee5a + 6f19523 commit c699ed1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/composer-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
# uses: UN-OCHA/actions/composer-update@main
uses: UN-OCHA/actions/composer-update@OPS-10254-config-too
with:
aws_access_key_id: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
github_access_token: ${{ secrets.PAT }}
patch_branch: ${{ github.head_ref || github.ref_name }}
patch_maintainers: ${{ secrets.DRUPAL_MAINTAINERS }}
Expand Down

0 comments on commit c699ed1

Please sign in to comment.