We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e2a18 commit 7f231d7Copy full SHA for 7f231d7
1 file changed
.github/workflows/release.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
tags: "*"
6
7
+permissions:
8
+ id-token: write # Required for OIDC
9
+ contents: read
10
+
11
jobs:
12
release:
13
name: Release
0 commit comments