Skip to content

Commit 8b894c8

Browse files
committed
chore: set release job permissions
1 parent 66d3c28 commit 8b894c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
id-token: write
1114
steps:
1215
- name: Checkout
1316
uses: actions/checkout@v4

0 commit comments

Comments
 (0)