Skip to content

Commit d130b76

Browse files
aomarksElliott Marquez
authored and
Elliott Marquez
committed
Allow bump MDC deps action to trigger tests (#720)
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).
1 parent c103017 commit d130b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-mdc-deps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# https://github.com/github/hub instead?
3434
uses: peter-evans/[email protected]
3535
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.TEDIUM_BOT_GITHUB_ACCESS_TOKEN }}
3737
COMMIT_MESSAGE: Auto bump MDC Web deps to ${{ steps.bump.outputs.new-mdc-version }}
3838
# TODO Find or make an account that is whitelisted to not trigger the# CLA check.
3939
COMMIT_AUTHOR_EMAIL: [email protected]

0 commit comments

Comments
 (0)