From 608504bedc88ec02cef34849cb42fb476dd63e1c Mon Sep 17 00:00:00 2001 From: sentriz Date: Wed, 12 May 2021 19:40:41 +0100 Subject: [PATCH] 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) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7ff5781e..1a061c32 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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