We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0462d71 commit 619c637Copy full SHA for 619c637
.github/workflows/adabot_cron.yml
@@ -46,6 +46,8 @@ jobs:
46
- name: Make Directory For Report Files
47
run: mkdir -p bin/adabot
48
- name: Run adabot.update_cp_org_libraries
49
+ env:
50
+ ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }}
51
run: |
52
cd adabot
53
python3 -u -m adabot.update_cp_org_libraries -o $GITHUB_WORKSPACE/bin/adabot/libraries.v2.json
0 commit comments