Skip to content

Commit 6387170

Browse files
committed
ci: update release
1 parent 9229c30 commit 6387170

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
required: true
99
type: string
1010

11+
permissions:
12+
contents: write
13+
actions: read
14+
1115
jobs:
1216
build:
1317
strategy:
@@ -75,6 +79,9 @@ jobs:
7579
release:
7680
needs: build
7781
runs-on: ubuntu-latest
82+
permissions:
83+
contents: write
84+
actions: read
7885

7986
steps:
8087
- name: Checkout repository

0 commit comments

Comments
 (0)