Skip to content

Commit

Permalink
ci: fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed May 16, 2024
1 parent 704ca8e commit 63bf250
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
issues: read
packages: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 63bf250

Please sign in to comment.