-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79911ac
commit 143b93f
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,8 @@ jobs: | |
build: | ||
runs-on: ubuntu-latest | ||
env: | ||
GHTOKEN: ${{ secrets.PUSH_TOKEN }} | ||
GHTOKENMN: ${{ secrets.PUSH_TOKEN_MN }} | ||
GHTOKENTH: ${{ secrets.PUSH_TOKEN_TH }} | ||
|
||
steps: | ||
- name: Checkout | ||
|
@@ -19,8 +20,8 @@ jobs: | |
|
||
- name: Setup git | ||
run: | | ||
git remote add mn https://thiagohersan:$GHTOKEN@github.com/marinagem-www/infinitum.marinagem.com.git | ||
git remote add th https://thiagohersan:$GHTOKEN@github.com/thiagohersan-www/infinitum.thiagohersan.com.git | ||
git remote add mn https://thiagohersan:$GHTOKENMN@github.com/marinagem-www/infinitum.marinagem.com.git | ||
git remote add th https://thiagohersan:$GHTOKENTH@github.com/thiagohersan-www/infinitum.thiagohersan.com.git | ||
git config --local user.name "github-actions" | ||
git config --local user.email "[email protected]" | ||
git checkout --orphan gh-pages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters