diff --git a/.github/workflows/checksums.yml b/.github/workflows/checksums.yml index 962bb0b..5151a5f 100644 --- a/.github/workflows/checksums.yml +++ b/.github/workflows/checksums.yml @@ -29,7 +29,7 @@ jobs: git add -A git config --global user.name "CI" git config --global user.email "ci@haozi.net" - git config --global user.password "${{ secrets.GITHUB_TOKEN }}" + git config --global user.password "${{ secrets.CI_PASSWORD }}" git commit -m "chore: update checksums" || true git push origin ${{ github.ref_name }} rm -rf /tmp/repo