Skip to content

Commit

Permalink
Merge pull request #131 from pwei1018/main
Browse files Browse the repository at this point in the history
Fixed vault issue.
  • Loading branch information
pwei1018 authored Apr 26, 2024
2 parents 9a5ba8e + 8083307 commit 1251966
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notify-api-ci.codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Notify Codecov CI

on:
workflow_run:
workflows: ["Notify API CI"]
workflows: ["Notify API CI1"]
types:
- completed

Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/notify-api-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,11 @@ jobs:
run: |
poetry run pytest
- uses: actions/upload-artifact@v4
- name: Upload to Codecov
uses: codecov/codecov-action@v4
with:
name: notifyapicoveragefile
path: ./notify-api/coverage.xml
file: coverage.xml
flags: notifapi
name: codecov-notifyapi
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
2 changes: 1 addition & 1 deletion notify-api/devops/vaults.gcp.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TRACING_ENABLE="op://CD/$APP_ENV/notify-api/TRACING_ENABLE"
TRACING_ENABLE="True"
JWT_OIDC_WELL_KNOWN_CONFIG="op://keycloak/$APP_ENV/jwt-base/JWT_OIDC_WELL_KNOWN_CONFIG"
JWT_OIDC_ISSUER="op://keycloak/$APP_ENV/jwt-base/JWT_OIDC_ISSUER"
JWT_OIDC_JWKS_CACHE_TIMEOUT="op://keycloak/$APP_ENV/jwt-base/JWT_OIDC_JWKS_CACHE_TIMEOUT"
Expand Down

0 comments on commit 1251966

Please sign in to comment.