We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7f9ab commit 4b5fcf1Copy full SHA for 4b5fcf1
1 file changed
.github/workflows/publish-release.yml
@@ -18,6 +18,10 @@ on:
18
default: false
19
type: boolean
20
21
+permissions:
22
+ id-token: write
23
+ contents: read
24
+
25
jobs:
26
validate-version:
27
name: Validate Version
0 commit comments