Added github action token
This commit is contained in:
parent
4c0346c8fb
commit
6b503f7608
1
.github/workflows/vite-react-ts-setup.yml
vendored
1
.github/workflows/vite-react-ts-setup.yml
vendored
@ -42,6 +42,7 @@ jobs:
|
||||
run: |
|
||||
git config --global user.name "JKlancer"
|
||||
git config --global user.email "jasonzhuyq@outlook.com"
|
||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUBACTION }}@github.com/JokeJason/react-ts-vite-starter-kit.git
|
||||
git add .
|
||||
git commit -m "Setup project with Vite, React-TS, ESLint, and Prettier"
|
||||
git push
|
||||
|
Loading…
x
Reference in New Issue
Block a user