Skip to content

Commit

Permalink
fix: Add VITE_APP_PUBLIC_API_SHARED_SECRET
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Mar 7, 2024
1 parent 2265bc7 commit 664d41c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ concurrency: deployment-${{ github.ref }}
env:
CF_PROJECT_NAME: 'universalprofile-test-dapp'
PUBLIC_URL: 'https://up-test-dapp.lukso.tech'
VITE_APP_PUBLIC_API_SHARED_SECRET: ${{ secrets.VITE_APP_PUBLIC_API_SHARED_SECRET }}
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 664d41c

Please sign in to comment.