Skip to content

Commit 5ac98c8

Browse files
authored
Update permissions in GitHub Actions workflow to include id-token write access for create-github-app-token (#534)
1 parent 56f9da2 commit 5ac98c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-create-plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
permissions:
99
contents: write
10+
id-token: write # Needed for create-github-app-token
1011
pull-requests: write
1112

1213
jobs:

0 commit comments

Comments
 (0)