File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v4
1212 - uses : ./.github/actions/pnpm_install
13- - uses : cloudflare/wrangler-action@v3
14- with :
15- apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
16- accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
1713 - run : pnpm -F @hypr/api deploy
14+ env :
15+ CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
16+ CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v4
1212 - uses : ./.github/actions/pnpm_install
13- - uses : cloudflare/wrangler-action@v3
14- with :
15- apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
16- accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
1713 - run : pnpm -F @hypr/web deploy
14+ env :
15+ CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
16+ CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
You can’t perform that action at this time.
0 commit comments