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 e3e0c19 commit 5b1878dCopy full SHA for 5b1878d
.github/workflows/release.yml
@@ -8,6 +8,9 @@ on:
8
release:
9
types: [published]
10
11
+permissions:
12
+ id-token: write # Required for OIDC
13
+
14
jobs:
15
init:
16
uses: ./.github/workflows/00-init.yml
0 commit comments