We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fcc3b commit 89a676aCopy full SHA for 89a676a
1 file changed
.github/workflows/publish.yml
@@ -3,6 +3,11 @@ name: Publish
3
on:
4
release:
5
types: [created]
6
+
7
+permissions:
8
+ id-token: write # Required for OIDC
9
+ contents: read
10
11
jobs:
12
build:
13
runs-on: ubuntu-latest
0 commit comments