Skip to content

Commit

Permalink
chore(ci): set explicit permissions for release-please and remove u…
Browse files Browse the repository at this point in the history
…nused `package-name` option (#408)
  • Loading branch information
lvaylet authored Dec 13, 2023
1 parent 1650bf1 commit 245c42c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ on:
branches:
- master

permissions:
contents: write
pull-requests: write

jobs:
release-pr:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PR_TOKEN }}
release-type: python
fork: true
package-name: release-please-action

0 comments on commit 245c42c

Please sign in to comment.