chore(github): update workflows

This commit is contained in:
Benjamin Canac
2025-01-07 11:55:15 +01:00
parent 2050bed050
commit a68f57c5d2
2 changed files with 3 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ jobs:
permissions: permissions:
contents: read contents: read
pull-requests: read id-token: write
strategy: strategy:
matrix: matrix:

View File

@@ -47,6 +47,8 @@ jobs:
- name: Build application - name: Build application
run: pnpm run dev:build run: pnpm run dev:build
env:
NITRO_PRESET: cloudflare-pages
- name: Deploy to NuxtHub - name: Deploy to NuxtHub
uses: nuxt-hub/action@v1 uses: nuxt-hub/action@v1