mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update integration.yml
This commit is contained in:
parent
d7664c8081
commit
2bda9272a8
6
.github/workflows/integration.yml
vendored
6
.github/workflows/integration.yml
vendored
@ -114,7 +114,7 @@ jobs:
|
|||||||
|
|
||||||
# Deploys cross repo with an access token.
|
# Deploys cross repo with an access token.
|
||||||
integration-cross-repo-push:
|
integration-cross-repo-push:
|
||||||
needs: integration-container
|
needs: integration-ssh
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -123,8 +123,8 @@ jobs:
|
|||||||
- name: Build and Deploy
|
- name: Build and Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@releases/v4
|
uses: JamesIves/github-pages-deploy-action@releases/v4
|
||||||
with:
|
with:
|
||||||
repository-name: MontezumaIves/lab
|
repository-name: JamesIves/lab
|
||||||
token: ${{ secrets.CROSS_REPO_TOKEN }}
|
token: ${{ secrets.ACCESS_TOKEN }}
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: integration
|
folder: integration
|
||||||
single-commit: true
|
single-commit: true
|
||||||
|
Loading…
Reference in New Issue
Block a user