Skip to content

Commit

Permalink
Attempt o grant permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
virzak committed May 17, 2024
1 parent ba59821 commit 7cd7f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ 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
chmod a+rwx /tmp/curl
podman run --rm -v /tmp/curl:/usr/bin/curl alpine sh -c "curl -sS https://webi.sh/[email protected] | sh"
- env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 7cd7f15

Please sign in to comment.