Skip to content

Commit

Permalink
chore: widen release action permissions (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign authored Oct 26, 2024
1 parent 51967c2 commit bb01809
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ on:

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

permissions: write-all

jobs:
release:
name: Release new version
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit bb01809

Please sign in to comment.