Skip to content

Commit 55a9cae

Browse files
authored
Merge pull request #349 from oracle/github-action-fix
Updated github action workflow
2 parents 0701d45 + 1196c73 commit 55a9cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releasepublished.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
set -e
132132
fi
133133
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
134+
wget --header='Accept:application/octet-stream' https://api.github.com/repos/$REPO/releases/assets/$asset_id -O asset.zip
135135
- name: Examine asset
136136
run: |
137137
ls

0 commit comments

Comments
 (0)