Skip to content

Commit 2854dd7

Browse files
authored
ci(*): add id-token write permission to publish.yml (#250)
This pull request includes a small change to the `.github/workflows/publish.yml` file. The change adds permissions for `id-token` to the workflow configuration.
1 parent 7455b4b commit 2854dd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
release:
55
types: [published]
66

7+
permissions:
8+
id-token: write
9+
710
jobs:
811
publish:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)