From 445bd67e397fccbf588725b3a62459e9586360ae Mon Sep 17 00:00:00 2001 From: bcoe Date: Wed, 17 Jun 2020 09:32:34 -0700 Subject: [PATCH] build: switch to newer token --- .github/workflows/release-please.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index a50e9e3..6e0c377 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -7,12 +7,8 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - run: git config user.name yoshi-automation - - run: git config user.email yoshi-automation@google.com - - run: git commit --author "yoshi-automation " - uses: GoogleCloudPlatform/release-please-action@v1.3.0 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.RELEASE_PR_TOKEN }} release-type: node package-name: release-please-action