chore: add push to GH
This commit is contained in:
parent
15ca8a9683
commit
a0b3952424
|
@ -16,16 +16,16 @@ jobs:
|
||||||
- run: git config --unset-all http.https://github.com/.extraheader
|
- run: git config --unset-all http.https://github.com/.extraheader
|
||||||
|
|
||||||
- name: Deploy to external repository
|
- name: Deploy to external repository
|
||||||
uses: actions/github-action-push-to-another-repository@main
|
uses: actions/github-action-push-to-another-repository@main
|
||||||
env:
|
env:
|
||||||
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
|
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
|
||||||
with:
|
with:
|
||||||
# GitHub Action output files
|
# GitHub Action output files
|
||||||
source-directory: public/
|
source-directory: public/
|
||||||
destination-github-username: sour-is
|
destination-github-username: sour-is
|
||||||
destination-repository-name: ev
|
destination-repository-name: ev
|
||||||
user-email: jon@xuu.cc
|
user-email: jon@xuu.cc
|
||||||
# It defaults to `main`
|
# It defaults to `main`
|
||||||
target-branch: "main"
|
target-branch: "main"
|
||||||
|
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user