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 0bc2171 commit dacd4abCopy full SHA for dacd4ab
1 file changed
.github/workflows/git.ci.yml
@@ -33,10 +33,8 @@ jobs:
33
git config --global user.email "juzi214032@qq.com"
34
- name: PUSH 文件
35
continue-on-error: true
36
- env:
37
- JUZI_TOKEN: ${{secrets.JUZI_TOKEN}}
38
run: |
39
git add -A
40
git commit -m 'build: Github Action automatic compilation'
41
git pull --rebase
42
- git push "https://juzi214032:${JUZI_TOKEN}@github.com/TaleLin/lin-ui" develop
+ git push "https://juzi214032:${{secrets.juzi_token}}@github.com/TaleLin/lin-ui" develop
0 commit comments