Fix export
This commit is contained in:
parent
32ae59d9dd
commit
69816c6f84
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ push-to-github:
|
|||
- git filter-repo --force --paths-from-file /tmp/private_files.txt --invert-path
|
||||
- git branch -D main || true
|
||||
- git checkout -b main
|
||||
- git remote rm github || true
|
||||
- git remote add -f github git@github.com:slon/shad-go.git
|
||||
- echo $GITHUB_PUSH_KEY | base64 -d > private.key
|
||||
- env GIT_SSH_COMMAND="ssh -i ${PWD}/private.key" git push github main
|
||||
|
|
Loading…
Reference in a new issue