Skip to content

Commit

Permalink
Add env variables support for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Aug 5, 2021
1 parent 7d4c2a5 commit e70bc4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:

build:
runs-on: ubuntu-latest
env:
ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY_ID }}
ACCESS_KEY_SECRET: ${{ secrets.ACCESS_KEY_SECRET }}
REGION_ID: ${{ secrets.REGION_ID }}
steps:
- uses: actions/checkout@v2
# fetch submodule for aliyun-openapi-meta
Expand Down

0 comments on commit e70bc4c

Please sign in to comment.