try to fix the git push frogejo action
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 3s

This commit is contained in:
Ingolf Wagner 2024-07-21 10:49:25 +02:00
parent 729ffe9584
commit e001c5f940
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 1 additions and 14 deletions

View file

@ -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
#

View file

@ -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=""