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 edbb932 commit 2456df1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fleek-deploy.yaml
Expand Up @@ -8,6 +8,8 @@ jobs:
env:
FLEEK_TOKEN: ${{ secrets.FLEEK_TOKEN }}
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 }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 2456df1

Please sign in to comment.