mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
ditch token header
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
5bfcf5f5a7
commit
0ba8180e5e
@ -20,8 +20,7 @@ jobs:
|
||||
run: echo "RELEASE_URL=$(./ci/get_latest_release_url.sh silicon)" >> $GITHUB_ENV
|
||||
|
||||
- name: Get the archive from the url.
|
||||
run: |
|
||||
curl -OL ${{ env.RELEASE_URL }} header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}'
|
||||
run: curl -OL ${{ env.RELEASE_URL }}
|
||||
|
||||
- name: remove everything in this dir except the tar # we want to test like a user who would have downloaded the release, so we clean up all files from the repo checkout
|
||||
run: ls | grep -v "roc_nightly.*tar\.gz" | xargs rm -rf
|
||||
|
Loading…
Reference in New Issue
Block a user