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:
6
.github/workflows/release-please.yaml
vendored
6
.github/workflows/release-please.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user