Skip to content

Commit 259e045

Browse files
committed
adabot_cron.yml: update env var for new github api auth scheme
1 parent 8db01e1 commit 259e045

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/adabot_cron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
run: mkdir -p bin/adabot
4545
- name: Run adabot.update_cp_org_libraries
4646
env:
47+
ADABOT_GITHUB_USER: ${{ secrets.ADABOT_GITHUB_USER }}
4748
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }}
4849
run: |
4950
cd adabot

0 commit comments

Comments
 (0)