Skip to content

Commit

Permalink
Merge pull request #13 from comus3/developpement
Browse files Browse the repository at this point in the history
Update GitHub Actions to use token for pushing changes
  • Loading branch information
comus3 authored Jan 11, 2025
2 parents ddc5815 + bb26b86 commit 3ccd8e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-start-time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
git config user.email "[email protected]"
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

0 comments on commit 3ccd8e7

Please sign in to comment.