Merge pull request #6344 from dhalbert/adabot-website-pr

run circuitpython.org website PR action with adafruit-adabot instead of adafruit-blinka
This commit is contained in:
Dan Halbert 2022-05-03 18:57:29 -04:00 committed by GitHub
commit 4da73ac0f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,5 +42,5 @@ jobs:
working-directory: tools
env:
RELEASE_TAG: ${{ github.event.release.tag_name }}
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.BLINKA_GITHUB_ACCESS_TOKEN }}
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }}
if: github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')