Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
veithly authored Aug 10, 2024
1 parent cbfe031 commit dee9914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
build:
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_BOUNTY_BOARD_CONTRACT_ADDRESS: 0x60A26e7AF7eFa08260FB26Fb0B3FF30D732938aa
NEXT_PUBLIC_GRAPHQL_ENDPOINT: https://api.studio.thegraph.com/query/82957/bounty-board/version/latest
NEXT_PUBLIC_BOUNTY_BOARD_CONTRACT_ADDRESS: "0x60A26e7AF7eFa08260FB26Fb0B3FF30D732938aa"
NEXT_PUBLIC_GRAPHQL_ENDPOINT: "https://api.studio.thegraph.com/query/82957/bounty-board/version/latest"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit dee9914

Please sign in to comment.