We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b4435 commit fc2b202Copy full SHA for fc2b202
.github/workflows/main.yml
@@ -17,8 +17,9 @@ jobs:
17
echo "Successfully modified file"
18
git config --global user.email "ayushdumasia00@gmail.com"
19
git config --global user.name "action bot"
20
+ git remote set-url origin https://x-access-token:${{ secrets.GH_PAT }}@github.com/ad1822/dotsh.git
21
git add ./test.txt
22
git commit -m "Modify test.txt by bot"
- git push https://${{ secrets.GH_PAT }}@github.com/ad1822/dotsh.git main
23
+ git push origin main
24
env:
- GITHUB_TOKEN: ${{secrets.GH_PAT}}
25
+ GH_PAT: ${{secrets.GH_PAT}}
0 commit comments