Skip to content

Commit 4651f91

Browse files
committed
Swap to Blinka access token to hopefully not hit rate limit
1 parent b354998 commit 4651f91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,5 @@ jobs:
189189
working-directory: tools
190190
env:
191191
UPLOAD_URL: ${{ github.event.release.upload_url }}
192-
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
192+
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.BLINKA_GITHUB_ACCESS_TOKEN }}
193193
if: github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')

.github/workflows/create_website_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
working-directory: tools
3535
env:
3636
RELEASE_TAG: ${{ github.event.release.tag_name }}
37-
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }}
37+
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.BLINKA_GITHUB_ACCESS_TOKEN }}
3838
if: github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')

0 commit comments

Comments
 (0)