Skip to content

Commit 4da73ac

Browse files
authored
Merge pull request #6344 from dhalbert/adabot-website-pr
run circuitpython.org website PR action with adafruit-adabot instead of adafruit-blinka
2 parents a7c074b + 814640e commit 4da73ac

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)