Skip to content

Commit

Permalink
ci: worker secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
TinsFox committed Sep 20, 2024
1 parent d4c3121 commit bba50a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
secrets: |
SECRET_KEY
COOKIE_KEY
env:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
COOKIE_KEY: ${{ secrets.COOKIE_KEY }}

0 comments on commit bba50a4

Please sign in to comment.