Skip to content

Commit

Permalink
Merge pull request #273 from treeverse/fix/action-permissions
Browse files Browse the repository at this point in the history
Change action permissions
  • Loading branch information
guy-har committed Jul 18, 2024
2 parents 68de2e1 + 99d459b commit 2a818bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
run: ct install
release:
runs-on: ubuntu-latest
permissions:
contents: write # needed to write releases
pull-requests: read # needed for changelog
needs: lint
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
steps:
Expand Down

0 comments on commit 2a818bc

Please sign in to comment.