Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
G4brym committed Sep 17, 2023
1 parent 71c2d63 commit 6752314
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,15 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Setup R2-Explorer
env:
R2EXPLORER_WORKER_NAME: ${{ vars.R2EXPLORER_WORKER_NAME }}
R2EXPLORER_CONFIG: ${{ vars.R2EXPLORER_CONFIG }}
R2EXPLORER_BUCKETS: ${{ vars.R2EXPLORER_BUCKETS }}
R2EXPLORER_DOMAIN: ${{ vars.R2EXPLORER_DOMAIN }}
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
run: node packages/github-action/prepareDeploy.js
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: "packages/github-action"

0 comments on commit 6752314

Please sign in to comment.