8000
We read every piece of feedback, and take your input very seriously.
8000 To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b49e41 + 8d14dbf commit ac11bc6Copy full SHA for ac11bc6
.github/workflows/bundle_cron.yml
@@ -49,6 +49,7 @@ jobs:
49
- name: Run adabot.circuitpython_bundle
50
env:
51
ADABOT_EMAIL: ${{ secrets.ADABOT_EMAIL }}
52
+ ADABOT_GITHUB_USER: ${{ secrets.ADABOT_GITHUB_USER }}
53
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }}
54
REDIS_PORT: ${{ job.services.redis.ports[6379] }}
55
run: |
.github/workflows/reports_cron.yml
@@ -23,6 +23,7 @@ jobs:
23
# be limited (they run on all forks' default branches).
24
if: startswith(github.repository, 'adafruit/')
25
26
27
28
steps:
29
- name: Dump GitHub context
0 commit comments