We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c7958 commit 08344e8Copy full SHA for 08344e8
1 file changed
.github/workflows/ci.yaml
@@ -41,6 +41,11 @@ jobs:
41
run: echo "SPECIFICATION_URL=https://github.com/vrchatapi/specification/releases/latest/download/openapi.json" >> $GITHUB_ENV
42
43
- run: pnpm build
44
+ env:
45
+ SPECIFICATION_URL: ${{ env.SPECIFICATION_URL }}
46
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
47
+ CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
48
+ CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
49
50
- if: github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'no_release')
51
run: wrangler deploy
0 commit comments