Add permissions for id-token and contents in workflow

This commit is contained in:
Gregory Campbell
2026-06-19 14:52:30 -04:00
committed by GitHub
parent 643660e1dd
commit 45966fef43
+3
View File
@@ -10,6 +10,9 @@ env:
CARGO_TERM_COLOR: always
ARN_TO_ASSUME: ${{ secrets.RUST_DOCKER_ARN }}
permissions:
id-token: write
contents: read
jobs:
build: