Skip to content

Commit

Permalink
ci: add api url secret
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbae0 committed Jan 30, 2024
1 parent 08489e0 commit 03cfb0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
AWS_REGION: ap-northeast-2
AWS_ROLE: arn:aws:iam::755333364809:role/GithubS3Role
UOSLIFE_TOKEN: ${{ secrets.UOSLIFE_TOKEN }}
VITE_BASE_API_URL: ${{ secrets.VITE_BASE_API_URL }}

jobs:
deploy:
Expand All @@ -29,6 +30,7 @@ jobs:

- name: Install Dependencies
env:
VITE_BASE_API_URL: ${{ env.VITE_BASE_API_URL }}
UOSLIFE_TOKEN: ${{ env.UOSLIFE_TOKEN }}
run: bun install

Expand Down

0 comments on commit 03cfb0d

Please sign in to comment.