We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55b51f commit 66b1eb2Copy full SHA for 66b1eb2
.gitlab-ci.yml
@@ -5,4 +5,4 @@ sync_changes_to_github:
5
script:
6
- apk add --no-cache git
7
- git clone https://gitlab.com/kudoai/chatgpt-js.git
8
- - git push --force -o ci.skip https://${GITHUB_SYNC_PAT}@github.com/KudoAI/chatgpt.js.git HEAD:main
+ - git push --force -o ci.skip https://[email protected]/KudoAI/chatgpt.js.git HEAD:main
0 commit comments