Skip to content

Commit

Permalink
chore: give write-all permissions for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
chanceaclark committed Aug 21, 2024
1 parent 798166c commit 7197747
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ on:

concurrency: ${{ github.workflow }}-${{ github.ref }}

permissions:
contents: write
pages: write
id-token: write
pull-requests: write
permissions: write-all

jobs:
release:
Expand Down

0 comments on commit 7197747

Please sign in to comment.