mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 11:25:09 -05:00
Merge pull request #97 from tiktok/octogonz/ci-token
Update the CI token
This commit is contained in:
commit
36dfa4c3ef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.BOT_ACCESS_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.SPARO_GITHUB_INSECURE_CI_TEST_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
git config --local user.name tiktokbot
|
git config --local user.name tiktokbot
|
||||||
git config --local user.email tiktokbot@users.noreply.github.com
|
git config --local user.email tiktokbot@users.noreply.github.com
|
||||||
|
|
Loading…
Reference in a new issue