summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-09-03 14:50:33 -0700
committerScott Shawcroft <scott@tannewt.org>2019-09-03 14:50:33 -0700
commit4651f91f94d8031b3cb9e51f1decb6141fbc577f (patch)
treed6c701f6d15075e84686922e8f8fa8281576f0c4 /.github
parentb3549980aa3085797821783a771e86a4e9a96436 (diff)
Swap to Blinka access token to hopefully not hit rate limit
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/create_website_pr.yml2
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')