debug info
This commit is contained in:
parent
b3ed54dabd
commit
a79e7722a0
1 changed files with 4 additions and 3 deletions
|
|
@ -19,10 +19,11 @@ runs:
|
|||
run: |
|
||||
# echo "url is: $ACTIONS_ID_TOKEN_REQUEST_URL"
|
||||
# curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=https://niks3.tami.moe" > /run/niks3-auth-token
|
||||
# echo before cat
|
||||
# cat /run/niks3-auth-token
|
||||
# echo after cat
|
||||
echo "$TOKEN"
|
||||
echo "$TOKEN" > /run/niks3-auth-token
|
||||
echo before cat
|
||||
cat /run/niks3-auth-token
|
||||
echo after cat
|
||||
niks3 push --pin nix-action $(realpath result)
|
||||
env:
|
||||
NIKS3_SERVER_URL: ${{ inputs.server-url }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue