Skip to content

Commit

Permalink
add more permissions for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Apr 26, 2024
1 parent 8f01c89 commit 623d5e1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ on:
jobs:
bump:
runs-on: ubuntu-latest
permissions:
contents: write
permissions: write-all
outputs:
version: ${{ steps.bump.outputs.version }}
steps:
Expand Down Expand Up @@ -118,8 +117,7 @@ jobs:
args: --skip-existing *
tag-and-merge:
runs-on: ubuntu-latest
permissions:
contents: write
permissions: write-all
needs: [release, bump]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 623d5e1

Please sign in to comment.