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 e70e5ea commit 2230ea0Copy full SHA for 2230ea0
1 file changed
.github/workflows/release.yml
@@ -11,6 +11,10 @@ jobs:
11
12
if: startsWith(github.ref, 'refs/tags/') # Run only when tagged like v1.0.1
13
14
+ permissions:
15
+ contents: write
16
+ id-token: write
17
+
18
steps:
19
- name: Checkout code
20
uses: actions/checkout@v4
0 commit comments