Skip to content

Commit

Permalink
Add step to create .env file with GIPHY_KEY in deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
miladsoft committed Dec 27, 2024
1 parent 91f6047 commit 0f0b7d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
node-version: '20'

- name: Create .env file
run: echo "REACT_APP_GIPHY_KEY=${{ secrets.GIPHY_KEY }}" > .env

- name: Install dependencies
run: yarn

Expand Down

0 comments on commit 0f0b7d0

Please sign in to comment.