Skip to content

Commit dacd4ab

Browse files
committed
chore(GithubAction): 修改配置文件
1 parent 0bc2171 commit dacd4ab

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/git.ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ jobs:
3333
git config --global user.email "juzi214032@qq.com"
3434
- name: PUSH 文件
3535
continue-on-error: true
36-
env:
37-
JUZI_TOKEN: ${{secrets.JUZI_TOKEN}}
3836
run: |
3937
git add -A
4038
git commit -m 'build: Github Action automatic compilation'
4139
git pull --rebase
42-
git push "https://juzi214032:${JUZI_TOKEN}@github.com/TaleLin/lin-ui" develop
40+
git push "https://juzi214032:${{secrets.juzi_token}}@github.com/TaleLin/lin-ui" develop

0 commit comments

Comments
 (0)