Skip to content

Commit

Permalink
fix 支持に従いトークン入れる
Browse files Browse the repository at this point in the history
  • Loading branch information
usuyuki committed Mar 28, 2024
1 parent 3bde5b7 commit 42cc19a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ jobs:
- name: cloudflare
run: |
pnpm wrangler deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}

# 絶妙にバージョンが古くてビルドコケるので自前で全部やる
# - name: Publish
# # @v3だとwranglerのバージョンが古くビルドに失敗するので明示的に指定
# uses: cloudflare/[email protected]
# with:
# workingDirectory: .
Expand Down

0 comments on commit 42cc19a

Please sign in to comment.