Skip to content

Commit

Permalink
change cloudflare account for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mruwnik committed Feb 15, 2024
1 parent 7f34a45 commit 41be27b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
run: |
cat wrangler.toml.template \
| sed s/stampy-ui/redesign/ \
| sed s/{CLOUDFLARE_ACCT_ID}/${{ secrets.CLOUDFLARE_ACCT_ID }}/ \
| sed s/{STAMPY_KV_ID}/${{ secrets.STAMPY_KV_ID }}/ \
| sed s/{CLOUDFLARE_ACCT_ID}/${{ secrets.CLOUDFLARE_ACCT_ID_APRILLION_WORKERS_DEV }}/ \
| sed s/{STAMPY_KV_ID}/${{ secrets.STAMPY_KV_ID_APRILLION_WORKERS_DEV }}/ \
| sed s/{CODA_TOKEN}/${{ secrets.CODA_TOKEN }}/ \
| sed s/{CODA_INCOMING_TOKEN}/${{ secrets.CODA_INCOMING_TOKEN }}/ \
| sed s/{CODA_WRITES_TOKEN}/${{ secrets.CODA_WRITES_TOKEN }}/ \
Expand Down

0 comments on commit 41be27b

Please sign in to comment.