1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-13 16:21:37 +02:00

build: switch to newer token

This commit is contained in:
bcoe
2020-06-17 09:32:34 -07:00
parent b124d12b70
commit 445bd67e39

View File

@@ -7,12 +7,8 @@ jobs:
release-please: release-please:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: 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 <yoshi-automation@google.com>"
- uses: GoogleCloudPlatform/release-please-action@v1.3.0 - uses: GoogleCloudPlatform/release-please-action@v1.3.0
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.RELEASE_PR_TOKEN }}
release-type: node release-type: node
package-name: release-please-action package-name: release-please-action