Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 7b6abb2

Browse files
ci: update ci permissions (#7)
1 parent 0af8504 commit 7b6abb2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ on:
2424
branches:
2525
- "main"
2626
- "develop"
27-
27+
28+
permissions:
29+
contents: write
30+
packages: write
31+
pull-requests: read
32+
statuses: write
33+
2834
jobs:
2935
build_action:
3036
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)