Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 539b756

Browse files
committed
Another github actions
1 parent 0604aa3 commit 539b756

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
git config --global user.name "GitHub Actions"
3232
git add shared/spammer.dll
3333
git commit -m "Add built spammer.dll for Windows"
34-
git push https://[email protected]/M-logique/DM-Spammer-Bot.git HEAD:main
34+
git push
3535
env:
36-
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737

3838
build-linux:
3939
runs-on: ubuntu-latest
@@ -64,6 +64,6 @@ jobs:
6464
git config --global user.name "GitHub Actions"
6565
git add shared/spammer.so
6666
git commit -m "Add built spammer.so for Linux"
67-
git push https://[email protected]/M-logique/DM-Spammer-Bot.git HEAD:main
67+
git push
6868
env:
69-
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
69+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)