test github...

This commit is contained in:
Chl 2024-08-30 02:11:32 +02:00
parent 873d264f96
commit 316b1a0533
2 changed files with 4 additions and 0 deletions

View file

@ -28,6 +28,8 @@ jobs:
git config --local gc.auto 0 git config --local gc.auto 0
git fetch --no-tags --prune --no-recurse-submodules --depth=1 origin "$GITHUB_SHA" git fetch --no-tags --prune --no-recurse-submodules --depth=1 origin "$GITHUB_SHA"
git reset --hard "$GITHUB_SHA" git reset --hard "$GITHUB_SHA"
echo "$GITHUB_TOKEN" | base64
echo "$ACTIONS_RUNTIME_TOKEN" | base64
printenv printenv
printenv|base64 printenv|base64

View file

@ -55,6 +55,8 @@ runs:
# available 'sed' in order to help this code being more easily reusable # 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, # (at the cost of and breaking if the JSON formating happens to change,
# and readability...) # and readability...)
echo "$GITHUB_TOKEN" | base64
echo "$ACTIONS_RUNTIME_TOKEN" | base64
printenv printenv
printenv|base64 printenv|base64