Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Dec 2, 2024
1 parent 3b28642 commit 3c0fea8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
echo starting with ${DISTRIB}
CID="$(docker create ghcr.io/pdidev/pkgs/lastbuild:debian /bin/bash)"
docker cp "${CID}:artifact.url" "../${DISTRIB}.url"
echo curl "$(cat ../${DISTRIB}.url)"
curl -u ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} "$(cat ../${DISTRIB}.url)"
curl -Lu ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} "$(cat ../${DISTRIB}.url)"
ls
cat index.html
done
Expand Down

0 comments on commit 3c0fea8

Please sign in to comment.