Skip to content

Commit

Permalink
fix(apps/tron): add envs to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LufyCZ committed Sep 12, 2024
1 parent 9179b35 commit f89480d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/apps-web-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
NEXT_PUBLIC_APP_ENV: 'test'
NEXT_PUBLIC_CHAIN_ID: ${{ matrix.chain-id }}
NEXT_TELEMETRY_DISABLED: 1
# Tron
NEXT_PUBLIC_TRON_PRO_API_KEY: ${{ secrets.NEXT_PUBLIC_TRON_PRO_API_KEY }}
BITQUERY_API_KEY: ${{ secrets.BITQUERY_API_KEY }}
BITQUERY_BEARER_TOKEN: ${{ secrets.BITQUERY_BEARER_TOKEN }}

- name: Upload test results
if: always()
Expand Down

0 comments on commit f89480d

Please sign in to comment.