Compare commits

..

2 commits

Author SHA1 Message Date
Pete Gonzalez
36dfa4c3ef
Merge pull request #97 from tiktok/octogonz/ci-token
Some checks failed
CI / ubuntu-latest / Node.js 18 (push) Has been cancelled
CI / windows-latest / Node.js 18 (push) Has been cancelled
Update the CI token
2024-10-25 09:54:47 -07:00
Pete Gonzalez
3e11bfe505 Update the CI token 2024-10-24 21:29:52 -07:00

View file

@ -35,7 +35,7 @@ jobs:
fetch-depth: 2
- name: Configure Git
env:
GITHUB_TOKEN: ${{ secrets.BOT_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SPARO_GITHUB_INSECURE_CI_TEST_TOKEN }}
run: |
git config --local user.name tiktokbot
git config --local user.email tiktokbot@users.noreply.github.com