Skip to content

Commit

Permalink
chore: update environment variables in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yxw007 committed Sep 7, 2024
1 parent c31f956 commit 6fbecca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ on:
branches:
- master

env:
HUSKY: 0
AZURE_KEY: ${{ secrets.AZURE_KEY }}
AZURE_REGION: ${{ secrets.AZURE_REGION }}
AMAZON_REGION: ${{ secrets.AMAZON_REGION }}
AMAZON_ACCESS_KEY_ID: ${{ secrets.AMAZON_ACCESS_KEY_ID }}
AMAZON_SECRET_ACCESS_KEY: ${{ secrets.AMAZON_SECRET_ACCESS_KEY }}
BAIDU_APP_ID: ${{ secrets.BAIDU_APP_ID }}
BAIDU_SECRET_KEY: ${{ secrets.BAIDU_SECRET_KEY }}

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6fbecca

Please sign in to comment.