Skip to content

Commit 7610a52

Browse files
committed
fix: add permissions
1 parent 82deb48 commit 7610a52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- 'v*'
77

8+
permissions:
9+
id-token: write # provenance require write access to id-token
10+
811
jobs:
912
publish:
1013
if: github.repository == 'tinylibs/tinyspy'

0 commit comments

Comments
 (0)