update env vars
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 27s
Example / Example (push) Failing after 2m5s

This commit is contained in:
Zuckerberg 2023-10-01 21:06:24 -06:00
parent 4210c502a2
commit b17d85acd4

View File

@ -44,7 +44,7 @@ jobs:
echo "${{ secrets.BINARY_CACHE_PUSH_SSH_KEY }}" id_ed25519
echo "" >> id_ed25519
chmod 600 id_ed25519
ssh-agent -c -a $SSH_AUTH_SOCK
eval $(ssh-agent -a $SSH_AUTH_SOCK)
ssh-add id_ed25519
# - name: Setup SSH Key