diff options
| author | Dan Halbert <halbert@adafruit.com> | 2019-09-03 18:53:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-03 18:53:24 -0400 |
| commit | 321835cb4764e40d290635ba16a849aad6463f8d (patch) | |
| tree | cbe2c6629481555c06765aac74cbe9aef4755bd5 | |
| parent | e92b5f7e3e16fc118929f373366ca79519ab1182 (diff) | |
| parent | 4651f91f94d8031b3cb9e51f1decb6141fbc577f (diff) | |
Merge pull request #2112 from tannewt/use_blinka_token
Swap to Blinka access token to hopefully not hit rate limit
| -rw-r--r-- | .github/workflows/build.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/create_website_pr.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b5915feb..36bfdbd8e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -189,5 +189,5 @@ jobs: working-directory: tools env: UPLOAD_URL: ${{ github.event.release.upload_url }} - ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} + ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.BLINKA_GITHUB_ACCESS_TOKEN }} if: github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested') diff --git a/.github/workflows/create_website_pr.yml b/.github/workflows/create_website_pr.yml index 9ba1110eb..ce9323702 100644 --- a/.github/workflows/create_website_pr.yml +++ b/.github/workflows/create_website_pr.yml @@ -34,5 +34,5 @@ jobs: working-directory: tools env: RELEASE_TAG: ${{ github.event.release.tag_name }} - ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }} + ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.BLINKA_GITHUB_ACCESS_TOKEN }} if: github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested') |
