Skip to content

Commit

Permalink
ci: reset GITHUB_TOKEN perms to default
Browse files Browse the repository at this point in the history
  • Loading branch information
princjef committed Apr 12, 2024
1 parent 6903aef commit 7a936d7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
name: 'Continuous Integration'
permissions:
contents: write
pull-requests: write
issues: write
on:
push:
branches:
Expand Down Expand Up @@ -88,4 +84,4 @@ jobs:
run: npm run release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 7a936d7

Please sign in to comment.