Skip to content

Commit cebb599

Browse files
authored
fix: allow release-please to release (#97)
Making Github actions permissions explicit as we migrate between orgs.
1 parent d79663c commit cebb599

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
8484
name: Changelog
8585
runs-on: ubuntu-latest
86+
permissions:
87+
contents: write
88+
pull-requests: write
8689
outputs:
8790
releases_created: ${{ steps.tag-release.outputs.releases_created }}
8891
steps:

0 commit comments

Comments
 (0)