Skip to content

Commit

Permalink
feat: add TOS_ENDPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Dec 4, 2024
1 parent 5332467 commit f6c3463
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/download-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ runs:
SECRET_KEY: ${{ env.TOS_SECRET_KEY }}
BUCKET_NAME: ${{ env.TOS_BUCKET_NAME }}
REGION: ${{ env.TOS_REGION }}
ENDPOINT: ${{ env.TOS_ENDPOINT }}
1 change: 1 addition & 0 deletions .github/actions/pnpm-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ runs:
SECRET_KEY: ${{ env.TOS_SECRET_KEY }}
BUCKET_NAME: ${{ env.TOS_BUCKET_NAME }}
REGION: ${{ env.TOS_REGION }}
ENDPOINT: ${{ env.TOS_ENDPOINT }}

- name: Install dependencies
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/actions/upload-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ runs:
SECRET_KEY: ${{ env.TOS_SECRET_KEY }}
BUCKET_NAME: ${{ env.TOS_BUCKET_NAME }}
REGION: ${{ env.TOS_REGION }}
ENDPOINT: ${{ env.TOS_ENDPOINT }}

- name: Upload local
id: upload-local
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ env:
TOS_SECRET_KEY: ${{ secrets.TOS_SECRET_KEY }}
TOS_BUCKET_NAME: ${{ vars.TOS_BUCKET_NAME }}
TOS_REGION: ${{ vars.TOS_REGION }}
TOS_ENDPOINT: ${{ env.TOS_ENDPOINT }}

jobs:
get-runner-labels:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ env:
TOS_SECRET_KEY: ${{ secrets.TOS_SECRET_KEY }}
TOS_BUCKET_NAME: ${{ vars.TOS_BUCKET_NAME }}
TOS_REGION: ${{ vars.TOS_REGION }}
TOS_ENDPOINT: ${{ env.TOS_ENDPOINT }}

jobs:
build:
Expand Down

0 comments on commit f6c3463

Please sign in to comment.