1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-08 13:21:13 +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:
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 <yoshi-automation@google.com>"
- 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