Skip to content

Commit dea50dd

Browse files
authored
Add necessary permissions to use aws/auth action (#2072)
1 parent 4ba7a0b commit dea50dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
subject-path: "${{ github.workspace }}/build/dist/elastic-apm-python-lambda-layer.zip"
7272

7373
publish-lambda-layers:
74+
permissions:
75+
contents: read
76+
id-token: write
7477
needs:
7578
- build-distribution
7679
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)