Skip to content

Commit

Permalink
chore: workflow 환경변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
llqqssttyy committed Sep 11, 2024
1 parent a89e14e commit 71ad445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fe-ci-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
cancel-in-progress: true
env:
API_URL: ${{ secrets.API_URL }}
DOMAIN_URL: ${{ secrets.DOMAIN_URL }}
API_VERSION: ${{ secrets.API_VERSION }}
GA_MEASUREMENT_ID: ${{ secrets.GA_MEASUREMENT_ID }}
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fe-ci-cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
cancel-in-progress: true
env:
API_URL: ${{ secrets.API_URL }}
DOMAIN_URL: ${{ secrets.DOMAIN_URL }}
API_VERSION: ${{ secrets.API_VERSION }}
GA_MEASUREMENT_ID: ${{ secrets.GA_MEASUREMENT_ID }}
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fe-ci-pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
working-directory: ./frontend
env:
API_URL: ${{ secrets.API_URL }}
DOMAIN_URL: ${{ secrets.DOMAIN_URL }}
API_VERSION: ${{ secrets.API_VERSION }}
GA_MEASUREMENT_ID: ${{ secrets.GA_MEASUREMENT_ID }}
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
Expand Down

0 comments on commit 71ad445

Please sign in to comment.