Skip to content

Commit 3c8de69

Browse files
authored
Fixes AWS permissions for Parrot (#1598)
1 parent 7dcf6f4 commit 3c8de69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/parrot-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
name: Build and Release
1111
runs-on: ubuntu-latest
1212
environment: integration
13+
permissions:
14+
id-token: write
1315
steps:
1416
- name: Checkout repo
1517
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
@@ -27,7 +29,7 @@ jobs:
2729
with:
2830
mask-password: 'true'
2931
env:
30-
AWS_REGION: ${{ secrets.QA_AWS_REGION }}
32+
AWS_REGION: ${{ secrets.AWS_REGION }}
3133
- name: Set up Go
3234
uses: actions/setup-go@v5
3335
with:

0 commit comments

Comments
 (0)