Skip to content

Commit

Permalink
fix: allow release-please to release (#97)
Browse files Browse the repository at this point in the history
Making Github actions permissions explicit as we migrate between orgs.
  • Loading branch information
joaosa committed Apr 22, 2024
1 parent d79663c commit cebb599
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
name: Changelog
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
outputs:
releases_created: ${{ steps.tag-release.outputs.releases_created }}
steps:
Expand Down

0 comments on commit cebb599

Please sign in to comment.