Skip to content

Commit 9eb64be

Browse files
authored
Update permissions in distro-release workflow
Signed-off-by: Grant Karapetyan <grant.karapetyan@meshinspector.com>
1 parent 44f4765 commit 9eb64be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/distro-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99

1010
permissions:
1111
contents: write
12+
id-token: write # This is required for requesting the JWT (windows-build-test)
13+
actions: read # This is required for wait-for-job (windows-build-test)
1214

1315
jobs:
1416
config:

0 commit comments

Comments
 (0)