Skip to content

Commit bd218c0

Browse files
committed
Updated Deploy Workflow
1 parent d4f8878 commit bd218c0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
1113
steps:
1214
- name: Checkout
1315
uses: actions/checkout@v4
@@ -18,10 +20,13 @@ jobs:
1820
node-version: 24
1921
cache: yarn
2022

23+
- name: Enable Corepack
24+
run: corepack enable
25+
2126
- name: Install dependencies
2227
run: yarn install --frozen-lockfile
2328

2429
- name: Deploy
25-
run: yarn vinext deploy
30+
run: yarn deploy
2631
env:
2732
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 commit comments

Comments
 (0)