From a8a6edd5d3ed1e7939df1f9aac9b0ca4db63bb27 Mon Sep 17 00:00:00 2001 From: Chl <chl@xlii.si> Date: Sat, 31 Aug 2024 00:14:10 +0200 Subject: [PATCH] test github... --- .github/workflows/generate-release-zipfile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate-release-zipfile.yml b/.github/workflows/generate-release-zipfile.yml index 8f9459d..72c7dad 100644 --- a/.github/workflows/generate-release-zipfile.yml +++ b/.github/workflows/generate-release-zipfile.yml @@ -69,7 +69,8 @@ jobs: cd "$TEST_ARTIFACT_DIR" # In case the repository becomes private, we add our GITHUB_TOKEN to the artifact-url. test -z "$GITHUB_TOKEN" && GITHUB_TOKEN="${{ github.token }}" - wget --header "Authorization: Bearer $GITHUB_TOKEN" -O "$DOWNLOAD_FILE" "${{ steps.uploading.outputs.artifact-url }}" + #wget --header "Authorization: Bearer $GITHUB_TOKEN" -O "$DOWNLOAD_FILE" "${{ steps.uploading.outputs.artifact-url }}" + wget --header "Authorization: Bearer $ACTIONS_RUNTIME_TOKEN" -O "$DOWNLOAD_FILE" "${{ steps.uploading.outputs.artifact-url }}" unzip "$DOWNLOAD_FILE" sha256sum -c "$SHASUM_FILE"