Skip to content

Commit

Permalink
Allow bump MDC deps action to trigger tests (#720)
Browse files Browse the repository at this point in the history
I signed into the tedium-bot (Polymer automation account) GitHub page, created a Personal access token, and added it to this repo's secrets as TEDIUM_BOT_GITHUB_ACCESS_TOKEN.

By using this token instead of the automatically populated GITHUB_TOKEN token, subsequent GitHub Actions will be allowed to run on the PR we create (i.e. tests).
  • Loading branch information
aomarks authored and Elliott Marquez committed Dec 20, 2019
1 parent c103017 commit d130b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-mdc-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# https://github.com/github/hub instead?
uses: peter-evans/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TEDIUM_BOT_GITHUB_ACCESS_TOKEN }}
COMMIT_MESSAGE: Auto bump MDC Web deps to ${{ steps.bump.outputs.new-mdc-version }}
# TODO Find or make an account that is whitelisted to not trigger the# CLA check.
COMMIT_AUTHOR_EMAIL: [email protected]
Expand Down

0 comments on commit d130b76

Please sign in to comment.