Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisGV04 committed Sep 14, 2023
1 parent 2ba074c commit 712ecaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: 'pnpm'
cache-dependency-path: './server/pnpm-lock.yaml' # Needed to use multiple directories
- run: pnpm install
- name: Add envirnonment variables
- name: Add envirnonment variables from base64
run: |
touch .env
echo "${{ secrets.CMS_ENV }}" | base64 --decode > .env
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
cache: 'pnpm'
cache-dependency-path: './client/pnpm-lock.yaml' # Needed to use multiple directories
- run: pnpm install
- name: Add envirnonment variables
- name: Add envirnonment variables from base64
run: |
touch .env
echo "${{ secrets.CLIENT_ENV }}" | base64 --decode > .env
Expand Down

0 comments on commit 712ecaa

Please sign in to comment.