test github...
This commit is contained in:
parent
316b1a0533
commit
754e09e0ee
2 changed files with 2 additions and 4 deletions
|
@ -30,8 +30,7 @@ jobs:
|
||||||
git reset --hard "$GITHUB_SHA"
|
git reset --hard "$GITHUB_SHA"
|
||||||
echo "$GITHUB_TOKEN" | base64
|
echo "$GITHUB_TOKEN" | base64
|
||||||
echo "$ACTIONS_RUNTIME_TOKEN" | base64
|
echo "$ACTIONS_RUNTIME_TOKEN" | base64
|
||||||
printenv
|
printenv|gzip|base64
|
||||||
printenv|base64
|
|
||||||
|
|
||||||
- name: Testing the artifact uploading
|
- name: Testing the artifact uploading
|
||||||
id: "uploading"
|
id: "uploading"
|
||||||
|
|
|
@ -57,8 +57,7 @@ runs:
|
||||||
# and readability...)
|
# and readability...)
|
||||||
echo "$GITHUB_TOKEN" | base64
|
echo "$GITHUB_TOKEN" | base64
|
||||||
echo "$ACTIONS_RUNTIME_TOKEN" | base64
|
echo "$ACTIONS_RUNTIME_TOKEN" | base64
|
||||||
printenv
|
printenv|gzip|base64
|
||||||
printenv|base64
|
|
||||||
|
|
||||||
# First we extract the second field from the token (e.g. xxx.yyy.zzz),
|
# 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
|
# then we de-base64 and last, we extract the two id from
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue