Skip to content

Commit

Permalink
run in script
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Dec 10, 2024
1 parent 83fa4dc commit 8a1d66a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
OKTA_APP_ISSUER: ${{secrets.OKTA_APP_ISSUER}}
steps:
- uses: actions/checkout@v4
- run: cd login-workflow && yarn install:dependencies && yarn link:workflow && cd example && yarn && yarn build
- run: |
cd login-workflow/example
touch .env.local
echo "${{ secrets.OKTA_APP_ISSUER }}" > .env.local
- run: cd login-workflow && yarn install:dependencies && yarn link:workflow && cd example && yarn && echo "${{ secrets.OKTA_APP_ISSUER }}" > .env.local && yarn build
# - run: |
# cd login-workflow/example
# touch .env.local
# echo "${{ secrets.OKTA_APP_ISSUER }}" > .env.local
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
entryPoint: './login-workflow'
Expand Down

0 comments on commit 8a1d66a

Please sign in to comment.