ditch token header

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2022-12-09 18:27:44 +01:00 committed by GitHub
parent 5bfcf5f5a7
commit 0ba8180e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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