Skip to content

Commit

Permalink
This should work, though not sure why yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Kage committed Jan 7, 2024
1 parent 7b8c5d7 commit 19dd524
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cloudflare-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
secrets: |
CF_API_TOKEN
TOKEN_SECRET
ENABLE_CREATE_TOKEN
command: deploy
env:
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
TOKEN_SECRET: ${{ secrets.TOKEN_SECRET }}
ENABLE_CREATE_TOKEN: true
ENABLE_CREATE_TOKEN: ${{ secrets.ENABLE_CREATE_TOKEN }}

0 comments on commit 19dd524

Please sign in to comment.