From d130b7660b80114bc696a7d82fc5202bd8c267f9 Mon Sep 17 00:00:00 2001 From: Alexander Marks Date: Thu, 19 Dec 2019 17:05:35 -0800 Subject: [PATCH] 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). --- .github/workflows/bump-mdc-deps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-mdc-deps.yml b/.github/workflows/bump-mdc-deps.yml index d070219bcd..66337044ff 100644 --- a/.github/workflows/bump-mdc-deps.yml +++ b/.github/workflows/bump-mdc-deps.yml @@ -33,7 +33,7 @@ jobs: # https://github.com/github/hub instead? uses: peter-evans/create-pull-request@v1.5.2 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: format-bot@polymer-project.org