Skip to content

Commit 619c637

Browse files
committed
add adabot github access token
1 parent 0462d71 commit 619c637

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/adabot_cron.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
- name: Make Directory For Report Files
4747
run: mkdir -p bin/adabot
4848
- name: Run adabot.update_cp_org_libraries
49+
env:
50+
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }}
4951
run: |
5052
cd adabot
5153
python3 -u -m adabot.update_cp_org_libraries -o $GITHUB_WORKSPACE/bin/adabot/libraries.v2.json

0 commit comments

Comments
 (0)