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

Commit 0604aa3

Browse files
committed
Also Github actions
1 parent bff57ed commit 0604aa3

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
34+
git push https://[email protected]/M-logique/DM-Spammer-Bot.git HEAD:main
3535
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
PAT_TOKEN: ${{ secrets.PAT_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
67+
git push https://[email protected]/M-logique/DM-Spammer-Bot.git HEAD:main
6868
env:
69-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69+
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

0 commit comments

Comments
 (0)