Skip to content

Commit

Permalink
fix: add env variables to the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Oct 17, 2023
1 parent 2456df1 commit 1a4cb11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fleek-deploy.yaml
Expand Up @@ -10,6 +10,8 @@ jobs:
FLEEK_PROJECT_ID: ${{ secrets.FLEEK_PROJECT_ID }}
VITE_WALLET_CONNECT_PROJECT_ID: ${{ secrets.VITE_WALLET_CONNECT_PROJECT_ID }}
VITE_ALCHEMY_ID: ${{ secrets.VITE_ALCHEMY_ID }}
VITE_SENTRY_DSN: ${{ secrets.VITE_SENTRY_DSN }}
VITE_GTM_CONTAINER_ID: ${{ secrets.VITE_GTM_CONTAINER_ID }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 1a4cb11

Please sign in to comment.