Skip to content

Commit

Permalink
Fixes AWS permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Jan 24, 2025
1 parent 7dcf6f4 commit b65707a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/parrot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
name: Build and Release
runs-on: ubuntu-latest
environment: integration
permissions:
id-token: write
steps:
- name: Checkout repo
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand All @@ -27,7 +29,7 @@ jobs:
with:
mask-password: 'true'
env:
AWS_REGION: ${{ secrets.QA_AWS_REGION }}
AWS_REGION: ${{ secrets.AWS_REGION }}
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit b65707a

Please sign in to comment.