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 82deb48 commit 7610a52Copy full SHA for 7610a52
.github/workflows/publish.yml
@@ -5,6 +5,9 @@ on:
5
tags:
6
- 'v*'
7
8
+permissions:
9
+ id-token: write # provenance require write access to id-token
10
+
11
jobs:
12
publish:
13
if: github.repository == 'tinylibs/tinyspy'
0 commit comments