Skip to content

Commit

Permalink
Fix bug where the deployment action was not setting TURBO_TOKEN as a …
Browse files Browse the repository at this point in the history
…worker secret (#98)
  • Loading branch information
AdiRishi authored Sep 23, 2023
1 parent 91d7d77 commit 8210bb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- run: yarn install
- name: Deploy
uses: cloudflare/wrangler-action@v3
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
with:
accountId: ${{ secrets.CF_ACCOUNT_ID }}
apiToken: ${{ secrets.CF_API_TOKEN }}
Expand All @@ -26,4 +28,6 @@ jobs:
echo "*** post commands ***"
wrangler r2 bucket create turborepo-cache || true
echo "******"
secrets: |
TURBO_TOKEN
command: 'deploy'

0 comments on commit 8210bb6

Please sign in to comment.