Skip to content

Commit c1a7314

Browse files
authored
Added a needed permission (#7)
1 parent c74908d commit c1a7314

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- '*'
7+
permissions:
8+
id-token: write
79
jobs:
810
publish:
911
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)