Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zenjahid authored Aug 14, 2024
1 parent 83629e6 commit 0af4bd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
git push
- name: Push changes
run: |
git push https://x-access-token:${{ secrets.TOKEN }}@github.com/***/FreeProxy4u.git
- name: Push changes (alternative method)
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.TOKEN }}
Expand Down

0 comments on commit 0af4bd2

Please sign in to comment.