Skip to content

Commit 08344e8

Browse files
committed
fix(ci): update ci workflow to use new github token
1 parent 53c7958 commit 08344e8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
run: echo "SPECIFICATION_URL=https://github.com/vrchatapi/specification/releases/latest/download/openapi.json" >> $GITHUB_ENV
4242

4343
- 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 }}
4449

4550
- if: github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'no_release')
4651
run: wrangler deploy

0 commit comments

Comments
 (0)