1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-09 09:41:12 +02:00

fix(build): switch to GITHUB_TOKEN (#38)

This commit is contained in:
Benjamin E. Coe
2020-06-17 08:28:39 -07:00
committed by GitHub
parent dbfea84645
commit 188d36320b

View File

@@ -7,8 +7,11 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- 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.RELEASE_CLA_SIGNED }}
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: release-please-action