mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 08:01:36 +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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user