Skip to content

Commit 636722d

Browse files
authored
ci: Add id-token permission to publish workflow
1 parent b8fb73a commit 636722d

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
@@ -2,9 +2,12 @@ name: Node.js CI
22
permissions:
33
contents: write
44
packages: write
5+
id-token: write
56
on:
67
push:
78
branches: [master]
9+
tags:
10+
- "v*"
811
pull_request:
912
branches: [master]
1013

0 commit comments

Comments
 (0)