File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33on :
44 push :
5- branches : [main, "copilot/**"]
5+ branches : ["copilot/**"]
66 paths-ignore :
77 - " **/*.md"
88 - " **/*.png"
Original file line number Diff line number Diff line change 1919 CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
2020 CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
2121 CLOUDFLARE_DATABASE_ID : ${{ secrets.CLOUDFLARE_DATABASE_ID }}
22+ JWT_SECRET : ${{ secrets.JWT_SECRET }}
2223 steps :
2324 - name : Checkout
2425 uses : actions/checkout@v4
4546 run : |
4647 cp wrangler.toml.example wrangler.toml
4748 sed -i "s/PLACEHOLDER_DATABASE_ID/${CLOUDFLARE_DATABASE_ID}/g" wrangler.toml
48- sed -i "s/PLACEHOLDER_PROD_SECRET/${secrets. JWT_SECRET}/g" wrangler.toml
49+ sed -i "s/PLACEHOLDER_PROD_SECRET/${JWT_SECRET}/g" wrangler.toml
4950
5051 - name : Build all packages
5152 run : pnpm run build
You can’t perform that action at this time.
0 commit comments