try to fix the git push frogejo action
This commit is contained in:
parent
729ffe9584
commit
e001c5f940
2 changed files with 1 additions and 14 deletions
|
@ -19,16 +19,8 @@ jobs:
|
|||
# eval $(ssh-agent)
|
||||
# ssh-add .id_rsa
|
||||
#
|
||||
# cat <<EOF > "$GITHUB_ENV"
|
||||
# SSH_AUTH_SOCK="$SSH_AUTH_SOCK"
|
||||
# SSH_AGENT_PID=$SSH_AGENT_PID
|
||||
# EOF
|
||||
# nix flake archive
|
||||
#
|
||||
# - run: nix flake archive
|
||||
#
|
||||
# - name: teardown ssh
|
||||
# if: always()
|
||||
# run: |
|
||||
# echo $SSH_AGENT_PID
|
||||
# kill $SSH_AGENT_PID
|
||||
#
|
||||
|
|
|
@ -37,11 +37,6 @@ jobs:
|
|||
eval $(ssh-agent)
|
||||
ssh-add .ssh_key
|
||||
|
||||
cat <<EOF > "$GITHUB_ENV"
|
||||
SSH_AUTH_SOCK="$SSH_AUTH_SOCK"
|
||||
SSH_AGENT_PID=$SSH_AGENT_PID
|
||||
EOF
|
||||
|
||||
nix flake update
|
||||
|
||||
export GITHUB_TOKEN=""
|
||||
|
|
Loading…
Reference in a new issue