We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f4765 commit 9eb64beCopy full SHA for 9eb64be
1 file changed
.github/workflows/distro-release.yml
@@ -9,6 +9,8 @@ on:
9
10
permissions:
11
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)
14
15
jobs:
16
config:
0 commit comments