Skip to content

Commit

Permalink
chore: release please perms
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Dec 17, 2024
1 parent 8d2fab7 commit ce30df0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs: test
permissions:
contents: write
pull-requests: write
steps:
- uses: googleapis/release-please-action@v4
id: tag-release
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs: test
permissions:
contents: write
pull-requests: write
steps:
- uses: googleapis/release-please-action@v4
id: tag-release
Expand Down

0 comments on commit ce30df0

Please sign in to comment.