Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
fix cloudflare worker deployment secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Nov 13, 2022
1 parent 6319470 commit b6cc72a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,10 @@ jobs:
secrets: |
REMOTE_ID
REMOTE_SECRET
BUCKET_NAME
WASABI_ID
WASABI_SECRET
env:
REMOTE_ID: ${{ secrets.WORKER_ENV_REMOTE_ID }}
REMOTE_SECRET: ${{ secrets.WORKER_ENV_REMOTE_SECRET }}
BUCKET_NAME: ${{ secrets.WORKER_ENV_BUCKET_NAME }}
WASABI_ID: ${{ secrets.WORKER_ENV_WASABI_ID }}
WASABI_SECRET: ${{ secrets.WORKER_ENV_WASABI_SECRET }}

0 comments on commit b6cc72a

Please sign in to comment.