Skip to content

Commit

Permalink
feat(ci): use GITHUB_TOKEN for release please
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
sentriz committed May 12, 2021
1 parent cd5771f commit 608504b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -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
Expand Down

1 comment on commit 608504b

@jef
Copy link
Contributor

@jef jef commented on 608504b May 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.