diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-09-03 14:50:33 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-09-03 14:50:33 -0700 |
| commit | 4651f91f94d8031b3cb9e51f1decb6141fbc577f (patch) | |
| tree | d6c701f6d15075e84686922e8f8fa8281576f0c4 /.github | |
| parent | b3549980aa3085797821783a771e86a4e9a96436 (diff) | |
Swap to Blinka access token to hopefully not hit rate limit
Diffstat (limited to '.github')
| -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') |
