Skip to content

Commit

Permalink
add preview auth secrets to the preview ci check (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner authored Mar 26, 2024
1 parent b72350b commit 515b01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
yarn
- name: Verify CMS preview build works
run: yarn build:preview
run: yarn build:preview --DRUPAL_CLIENT_ID ${{ secrets.PROD_DRUPAL_CLIENT_ID }} --DRUPAL_CLIENT_SECRET ${{ secrets.PROD_DRUPAL_CLIENT_SECRET }}

0 comments on commit 515b01e

Please sign in to comment.