Skip to content

Commit

Permalink
fix: action config BEACON_ARCHIVE_API_URL env
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Apr 22, 2024
1 parent 5f3911e commit a6511d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
env:
ETH_API_KEY: ${{ secrets.ETH_API_KEY }}
OPT_API_KEY: ${{ secrets.OPT_API_KEY }}
BEACON_ARCHIVE_API_URL: ${{ secrets.BEACON_ARCHIVE_API_URL }}
run: ./gradlew build

- name: Generate JaCoCo Badge
Expand Down

0 comments on commit a6511d0

Please sign in to comment.