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 7f0e39a commit cbfe031
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ permissions:
concurrency:
group: "pages"
cancel-in-progress: false

env:
NEXT_PUBLIC_BOUNTY_BOARD_CONTRACT_ADDRESS: 0x60A26e7AF7eFa08260FB26Fb0B3FF30D732938aa
NEXT_PUBLIC_GRAPHQL_ENDPOINT: https://api.studio.thegraph.com/query/82957/bounty-board/version/latest

jobs:
# Build job
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
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit cbfe031

Please sign in to comment.