Skip to content

Commit

Permalink
Update the CI token
Browse files Browse the repository at this point in the history
  • Loading branch information
octogonz committed Oct 25, 2024
1 parent 7ebb65a commit 3e11bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e11bfe

Please sign in to comment.