From c2912353136e80eec793dae08d6c2baefb521796 Mon Sep 17 00:00:00 2001 From: Victor Irzak Date: Fri, 17 May 2024 11:52:56 +0000 Subject: [PATCH] Attempt o grant permissions --- .github/workflows/node.js.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 202d9cd8..95cfa3a2 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -35,7 +35,8 @@ jobs: - name: "Test in a minimal container" run: | wget -O /tmp/curl https://github.com/moparisthebest/static-curl/releases/download/v8.5.0/curl-amd64 - podman run --rm -v /tmp/curl:/usr/bin/curl alpine sh -c "curl -sS https://webi.sh/pwsh@7.4.1 | sh" + chmod a+rwx /tmp/curl + podman run --rm -v /tmp/curl:/usr/bin/curl:Z alpine sh -c "curl -sS https://webi.sh/pwsh@7.4.1 | sh" - env: GITHUB_TOKEN: ${{ github.token }} run: npm run test