feat(ci): use GITHUB_TOKEN for release please
this way, the lint action on pull request will not be triggered (for a small change like changelog/version.txt it seems like a bit much, since the lint has already passed for release-please to have run)
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
uses: google-github-actions/release-please-action@v2
|
||||
id: release
|
||||
with:
|
||||
token: ${{ secrets.CR_PAT }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
release-type: simple
|
||||
changelog-path: CHANGELOG.md
|
||||
package-name: gonic
|
||||
|
||||
Reference in New Issue
Block a user