From 88d4e6c84c84f02b2c0ae7f465a957bb51015290 Mon Sep 17 00:00:00 2001
From: Chl <chl@xlii.si>
Date: Sat, 31 Aug 2024 00:34:34 +0200
Subject: [PATCH] test github...

---
 .github/workflows/generate-release-zipfile.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/generate-release-zipfile.yml b/.github/workflows/generate-release-zipfile.yml
index e4295ca..fb50a40 100644
--- a/.github/workflows/generate-release-zipfile.yml
+++ b/.github/workflows/generate-release-zipfile.yml
@@ -71,7 +71,7 @@ jobs:
           test -z "$GITHUB_TOKEN" && GITHUB_TOKEN="${{ github.token }}"
           # TODO : can't get it to work :-/
           #wget --header "Authorization: Bearer $GITHUB_TOKEN" -O "$DOWNLOAD_FILE" "${{ steps.uploading.outputs.artifact-url }}"
-          wget --header "Authorization: Bearer $ACTIONS_RUNTIME_TOKEN" -O "$DOWNLOAD_FILE" "https://api.github.com/repos/$GITHUB_REPOSITORY/actions/artifacts/${{ steps.uploading.outputs.artifact-id }}/zip"
+          wget -O "$DOWNLOAD_FILE" "https://api.github.com/repos/$GITHUB_REPOSITORY/actions/artifacts/${{ steps.uploading.outputs.artifact-id }}/zip"
           unzip "$DOWNLOAD_FILE"
           sha256sum -c "$SHASUM_FILE"