From d0fe66ca1a8a2f4c907c7ee7cae200b083677518 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Wed, 17 Jan 2024 18:01:41 +0100 Subject: [PATCH] ci: hard fix disable permissions restrictions --- .forgejo/workflows/demo.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 6559652..d5a148e 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -18,6 +18,9 @@ jobs: - name: Test checkout commands (config) run: "git config --local http.http://localhost:10001/.extraheader AUTHORIZATION: basic" + - name: Disable file restrictions + run: chmod -R a+rwx /workspace + - name: Debug runner (act actions path) run: ls -lah /workspace/julien.oculi && ls -lah /workspace/julien.oculi/test-forgejo-runner