Skip to content

Commit be4e593

Browse files
committed
other: Adjust gh job permission
1 parent 1989ea4 commit be4e593

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
build-upload-release:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
id-token: write
13+
contents: write
1114
steps:
1215
- uses: actions/checkout@v2
1316

0 commit comments

Comments
 (0)