Skip to content

Commit 612ac24

Browse files
committed
add required permissions
1 parent aa6ac54 commit 612ac24

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
tags:
66
- 'v*'
77

8+
permissions:
9+
contents: read
10+
actions: read
11+
checks: write
12+
packages: write
13+
814
jobs:
915
release-build:
1016
uses: ./.github/workflows/build.yml

0 commit comments

Comments
 (0)