Skip to content

Commit

Permalink
Merge pull request #139 from sommersoft/git_token_fix
Browse files Browse the repository at this point in the history
Update Actions To Use New Environment Variable
  • Loading branch information
tannewt authored Feb 6, 2020
2 parents 0b49e41 + 8d14dbf commit ac11bc6
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 ac11bc6

Please sign in to comment.