We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e66a3b commit e9dbad0Copy full SHA for e9dbad0
.github/workflows/release.yml
@@ -5,6 +5,10 @@ on:
5
release:
6
types: [published]
7
8
+permissions:
9
+ id-token: write # Required for OIDC
10
+ contents: read
11
+
12
jobs:
13
14
runs-on: ubuntu-latest
0 commit comments