Skip to content

Commit

Permalink
fix: release pipeline with new env vars (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Jul 16, 2024
1 parent e5508d4 commit fbe4b0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,7 @@ jobs:
env:
#https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TELEMETRY_TOKEN: ${{ secrets.TELEMETRY_TOKEN }}
TELEMETRY_TOKEN: ${{ secrets.TELEMETRY_TOKEN }}
EIGENLAYER_BACKEND_MAINNET_URL: ${{ secrets.EIGENLAYER_BACKEND_MAINNET_URL }}
EIGENLAYER_BACKEND_TESTNET_URL: ${{ secrets.EIGENLAYER_BACKEND_TESTNET_URL }}
EIGENLAYER_BACKEND_PREPROD_URL: ${{ secrets.EIGENLAYER_BACKEND_PREPROD_URL }}

0 comments on commit fbe4b0c

Please sign in to comment.