Skip to content

Commit 68ff5a9

Browse files
committed
need to auth on the request
1 parent 67f0365 commit 68ff5a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
downloadUrl=$(cat artifacts.json | jq -c '.artifacts[] | select(.name == "packages") | .archive_download_url' | tr -d '"')
5959
echo $downloadUrl
60-
curl $downloadUrl --output packages.zip
60+
curl $downloadUrl --output packages.zip --user octocat:${{ secrets.GITHUB_TOKEN }} --verbose --location
6161
6262
- name: Unpack artifact
6363
if: steps.check-issue.outputs.exists == 'true'

0 commit comments

Comments
 (0)