Skip to content

Commit

Permalink
add GITHUB_TOKEN permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiht committed Mar 15, 2024
1 parent 5a756b2 commit cb8c8fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
- main
workflow_dispatch: # Allow manual trigger

permissions:
contents: write
packages: write

jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cb8c8fb

Please sign in to comment.