Skip to content

Commit

Permalink
actions workflows: add 'ADABOT_GITHUB_USER' as an environment variabl…
Browse files Browse the repository at this point in the history
…e for use with GitHub API auth
  • Loading branch information
sommersoft committed Feb 6, 2020
1 parent 0b49e41 commit 8d14dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bundle_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Run adabot.circuitpython_bundle
env:
ADABOT_EMAIL: ${{ secrets.ADABOT_EMAIL }}
ADABOT_GITHUB_USER: ${{ secrets.ADABOT_GITHUB_USER }}
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }}
REDIS_PORT: ${{ job.services.redis.ports[6379] }}
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reports_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
# be limited (they run on all forks' default branches).
if: startswith(github.repository, 'adafruit/')
env:
ADABOT_GITHUB_USER: ${{ secrets.ADABOT_GITHUB_USER }}
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }}
steps:
- name: Dump GitHub context
Expand Down

0 comments on commit 8d14dbf

Please sign in to comment.