Skip to content

Commit cb8c8fb

Browse files
committed
add GITHUB_TOKEN permissions
1 parent 5a756b2 commit cb8c8fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
- main
1212
workflow_dispatch: # Allow manual trigger
1313

14+
permissions:
15+
contents: write
16+
packages: write
17+
1418
jobs:
1519
lint:
1620
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)