Skip to content

Commit 814640e

Browse files
committed
run circuitpython.org website PR action with adafruit-adabot instead of adafruit-blinka
1 parent bf0e1fa commit 814640e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_website_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
working-directory: tools
4343
env:
4444
RELEASE_TAG: ${{ github.event.release.tag_name }}
45-
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.BLINKA_GITHUB_ACCESS_TOKEN }}
45+
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }}
4646
if: github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')

0 commit comments

Comments
 (0)