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
This commit is contained in:
Pete Gonzalez 2024-10-25 09:54:47 -07:00 committed by GitHub
commit 36dfa4c3ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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