Update the CI token

This commit is contained in:
Pete Gonzalez 2024-10-24 21:29:52 -07:00
parent 7ebb65a815
commit 3e11bfe505

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