Skip to content

Commit

Permalink
fix: using github PAT in release wf
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzodagostinoradicalbit committed Jun 19, 2024
1 parent 7c7ab2f commit 76afa5e
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@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GIT_HUB_PAT }}
config-file: .github/release-config.json
manifest-file: .github/release-manifest.json

0 comments on commit 76afa5e

Please sign in to comment.