We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0701d45 + 1196c73 commit 55a9caeCopy full SHA for 55a9cae
.github/workflows/releasepublished.yml
@@ -131,7 +131,7 @@ jobs:
131
set -e
132
fi
133
echo "Asset id for release $RELEASE file $FILE_NAME_PART is $asset_id"
134
- wget -q --header="Authorization: Bearer $ACCESS_TOKEN" --auth-no-challenge --header='Accept:application/octet-stream' https://api.github.com/repos/$REPO/releases/assets/$asset_id -O asset.zip
+ wget --header='Accept:application/octet-stream' https://api.github.com/repos/$REPO/releases/assets/$asset_id -O asset.zip
135
- name: Examine asset
136
run: |
137
ls
0 commit comments