Skip to content

Commit

Permalink
fix: doppler install
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel committed Sep 1, 2024
1 parent b77aaeb commit 9221154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/migration-db-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: yarn workspace @snipcode/domain db:migrate

- name: Install Doppler CLI
run: curl -Ls https://cli.doppler.com/install.sh | sh
uses: dopplerhq/cli-action@v3

- name: Retrieve and export the production database URL
run: echo "PROD_DATABASE_URL=$(doppler secrets get CONNECTION_STRING --plain)" >> $GITHUB_ENV
Expand Down

0 comments on commit 9221154

Please sign in to comment.