Skip to content

Commit

Permalink
fix(gh: www): passthrough CLOUDFLARE_* GH secrets into env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jun 26, 2022
1 parent ded96f3 commit 692385f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/www.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ jobs:
if: github.event_name != 'pull_request'
env:
APIDOC_TOKEN: ${{ secrets.AWESOME_ROBOT_TOKEN || github.token }}
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
CLOUDFLARE_AUTH_EMAIL: ${{ secrets.CLOUDFLARE_AUTH_EMAIL }}
CLOUDFLARE_AUTH_KEY: ${{ secrets.CLOUDFLARE_AUTH_KEY }}
run: |
set -e
commit_hash=$(git rev-parse --short HEAD)
Expand Down

0 comments on commit 692385f

Please sign in to comment.