Skip to content

Commit

Permalink
chore: update release please to use PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet authored Dec 3, 2024
1 parent 2085ab3 commit 17ca470
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 @@ -15,6 +15,6 @@ jobs:
steps:
- uses: googleapis/release-please-action@d1a8f221d7723166f48a584aebba00ef3f6febec
with:
token: ${{ secrets.GITHUB_TOKEN }} # Should be changed to a PAT, so that we can trigger a workflow on tag push from the CI
token: ${{ secrets.PAT }} # Should be changed to a PAT, so that we can trigger a workflow on tag push from the CI
config-file: release-please-config.json
manifest-file: .release-please-manifest.json

0 comments on commit 17ca470

Please sign in to comment.