Skip to content

Commit

Permalink
🔐 Worker Secrets 設定してなかった
Browse files Browse the repository at this point in the history
  • Loading branch information
wappon28dev committed Apr 1, 2024
1 parent be98a83 commit f6d4463
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN_WORKERS }}
command: "deploy --minify src/index.ts --env ${{ env.MODE }}"
workingDirectory: ./api
secrets: |
MODE
API_MAIL_DKIM_PRIVATE_KEY
API_DISCORD_WEBHOOK_URL_CONTACT
API_DISCORD_WEBHOOK_MENTION_ID
API_CONTACT_MANIFEST
API_ASSETS_ENDPOINT
API_ASSETS_ACCESS_KEY
env:
MODE: ${{ env.MODE }}
API_MAIL_DKIM_PRIVATE_KEY: ${{ secrets.API_MAIL_DKIM_PRIVATE_KEY }}
Expand Down

0 comments on commit f6d4463

Please sign in to comment.