Fix export
This commit is contained in:
parent
5065a7a68f
commit
6e36346ad4
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ push-to-github:
|
|||
script:
|
||||
- testtool list-private-files > /tmp/private_files.txt
|
||||
- git filter-repo --force --paths-from-file /tmp/private_files.txt --invert-path
|
||||
- echo $GITHUB_PUSH_KEY | base64 -d > private.key
|
||||
- echo $GITHUB_PUSH_KEY | base64 -d > private.key && chmod go-rwx private.key
|
||||
- git branch -D main || true
|
||||
- git checkout -b main
|
||||
- git remote rm github || true
|
||||
|
|
Loading…
Reference in a new issue