diff --git a/.github/workflows/update-start-time.yml b/.github/workflows/update-start-time.yml index 34509d5..42e6f90 100644 --- a/.github/workflows/update-start-time.yml +++ b/.github/workflows/update-start-time.yml @@ -27,4 +27,5 @@ jobs: git config user.email "actions@github.com" git add script.js git commit -m "Update startTime to $current_time" - git push + git push https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/${{ github.repository }}.git HEAD:main +