Skip to content

Commit

Permalink
ci: env to dotenv (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mincheol Kim authored Dec 6, 2020
1 parent db34eca commit f06f98f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,17 @@ jobs:
with:
name: build
path: build
# - name: Variable to Dotenv
# uses: TickX/[email protected]
# with:
# key: "REACT_APP_KAKAO_API_TOKEN"
# value: ${{ secrets.KAKAO_API_TOKEN }}
- name: Variable to Dotenv
uses: TickX/[email protected]
with:
key: "REACT_APP_KAKAO_API_TOKEN"
value: ${{ secrets.KAKAO_API_TOKEN }}
- name: Deploy to Firebase
uses: w9jds/[email protected]
with:
args: deploy --only hosting
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
REACT_APP_KAKAO_API_TOKEN: ${{ secrets.KAKAO_API_TOKEN }}
- name: Slack notification
uses: 8398a7/action-slack@v3
with:
Expand Down

0 comments on commit f06f98f

Please sign in to comment.