From 7fa63259cd2ca2b2eac0467e54653fbfa73643d5 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 16 Aug 2024 09:00:17 +0900 Subject: [PATCH] WORKFLOW: cooker, adding write permissions [skip ci] --- .github/workflows/cooker-selfhosted.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 9619d00a..e56525f7 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -26,6 +26,9 @@ on: workflow_dispatch: +permissions: + contents: write + jobs: Building_RetroDECK: