Skip to content

Commit

Permalink
Forgot to extract and inject secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Kage committed Jan 7, 2024
1 parent e326e87 commit fa969c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cloudflare-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
apiToken: ${{ secrets.CFAT_WORKER_DEPLOYMENT }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
secrets: |
CFAT_CICD_TEST
CICD_TOKEN_SECRET
command: deploy worker.js --compatibility-date "2022-07-12" --name dns01cf-github --route "github-cicd.dns01cf.com/*"
env:
CF_API_TOKEN: ${{ secrets.CFAT_CICD_TEST }}
Expand Down

0 comments on commit fa969c1

Please sign in to comment.