Skip to content

Commit

Permalink
chore: use common pat for release please (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
atzoum authored May 8, 2023
1 parent 7516f68 commit 10142df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: extract_branch
- uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT }}
pull-request-title-pattern: "chore: release ${version}"
release-type: go
package-name: rudder-server
Expand Down

0 comments on commit 10142df

Please sign in to comment.