We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
with
1 parent ab4143e commit 57f3e3bCopy full SHA for 57f3e3b
1 file changed
.github/workflows/deploy-all-domains.yml
@@ -27,6 +27,12 @@ jobs:
27
secrets-id:
28
deploy-token: PTTCHROME_TOKEN
29
uses: ./.github/workflows/deploy-ghpage.yml
30
- with: ${{ matrix.inputs }}
+ with:
31
+ CNAME: ${{ matrix.CNAME }}
32
+ DEFAULT_SITE: ${{ matrix.DEFAULT_SITE }}
33
+ DEV_PROXY_TARGET: ${{ matrix.DEV_PROXY_TARGET }}
34
+ DEV_PROXY_HEADER: ${{ matrix.DEV_PROXY_HEADER }}
35
+ deploy-repository-name: ${{ matrix.deploy-repository-name }}
36
+ deploy-branch: ${{ matrix.deploy-branch }}
37
secrets:
38
deploy-token: ${{ secrets[matrix.secrets-id.deploy-token] }}
0 commit comments