From 707dd510daed4790ffbba6a9a9f379b59de06872 Mon Sep 17 00:00:00 2001 From: Pascal Martineau Date: Wed, 27 Aug 2025 13:50:21 -0400 Subject: [PATCH] fix: missing permissions --- .gitea/workflows/deploy-nuxthub.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/deploy-nuxthub.yaml b/.gitea/workflows/deploy-nuxthub.yaml index ef3984a..77e0c3e 100644 --- a/.gitea/workflows/deploy-nuxthub.yaml +++ b/.gitea/workflows/deploy-nuxthub.yaml @@ -5,6 +5,10 @@ on: [push] env: NUXT_PROJECT_PATH: wp-content/themes/ccat +permissions: + contents: read + id-token: write + jobs: deploy: runs-on: ubuntu-websimple