run circuitpython.org website PR action with adafruit-adabot instead of adafruit-blinka
This commit is contained in:
parent
bf0e1fafa9
commit
814640e25a
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue