Skip to content

Commit

Permalink
ci: Changed release-please to use PAT, as using github token means on…
Browse files Browse the repository at this point in the history
…-release will never run
  • Loading branch information
github-actions committed Oct 11, 2024
1 parent 1db9963 commit 28aea70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ github.token }}
token: ${{ secrets.PAT }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json

0 comments on commit 28aea70

Please sign in to comment.