Skip to content

Commit 9c7567f

Browse files
committed
Add top-level id-token permissions for reusable workflow calls
1 parent bb0d2e4 commit 9c7567f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test-artifacts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ on:
3939
description: 'Override for the GitHub test repository branch to use (default is main)'
4040
type: string
4141

42+
permissions:
43+
id-token: write
44+
contents: read
45+
4246
concurrency:
4347
group: ${{ github.workflow }}-${{ inputs.build_id }}
4448
cancel-in-progress: true

0 commit comments

Comments
 (0)