Skip to content

Commit

Permalink
fix(build): switch to GITHUB_TOKEN (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jun 17, 2020
1 parent dbfea84 commit 188d363
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 188d363

Please sign in to comment.