Skip to content

Commit

Permalink
Update deploy-all.yml (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG committed Oct 19, 2023
1 parent 8672125 commit e28ca49
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
uses: ./.github/workflows/deploy-zh.yml
secrets:
ZHSITE_PASSWORD: ${{ secrets.ZHSITE_PASSWORD }}
OSS_ID: ${{ secrets.OSS_ID }}
OSS_SECRET: ${{ secrets.OSS_SECRET }}
OSS_ENDPOINT: ${{ secrets.OSS_ENDPOINT }}

deploy-en:
uses: ./.github/workflows/deploy-en.yml
secrets:
ENSITE_PASSWORD: ${{ secrets.ENSITE_PASSWORD }}
OSS_ID: ${{ secrets.OSS_ID }}
OSS_SECRET: ${{ secrets.OSS_SECRET }}
OSS_ENDPOINT: ${{ secrets.OSS_ENDPOINT }}

0 comments on commit e28ca49

Please sign in to comment.