Skip to content

Commit

Permalink
add oss secret (#6)
Browse files Browse the repository at this point in the history
* Update deploy-all.yml

* Update deploy-zh.yml
  • Loading branch information
Shinji-IkariG committed Oct 19, 2023
1 parent ad85be7 commit 8672125
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ jobs:
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 }}
6 changes: 6 additions & 0 deletions .github/workflows/deploy-zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
secrets:
ZHSITE_PASSWORD:
required: true
OSS_ID:
required: true
OSS_SECRET:
required: true
OSS_ENDPOINT:
required: true
push:
branches:
- master
Expand Down

0 comments on commit 8672125

Please sign in to comment.