Skip to content

Commit

Permalink
Update ultroid.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TechiError authored Dec 31, 2022
1 parent 72f06ba commit d08695f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ultroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
- name: Loop workflow
continue-on-error: false
run: |
git clone https://${{ secrets.GHTOKEN }}@github.com/${GITHUB_REPOSITORY} loop
git clone https://${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY} loop
cd loop || exit 1
echo $(date -u +%T%P) >> loop.txt
git add loop.txt
git commit -m "Workflow : Loop $(date -u +%D-%T%P)"
git push -q https://${{ secrets.GH_TOKEN }}@github.com/${GITHUB_REPOSITORY} HEAD:main
git push -q https://${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY} HEAD:main

0 comments on commit d08695f

Please sign in to comment.