Skip to content

Commit 12d31da

Browse files
author
bhavabhuthi
committed
fix: add graphql url to env
1 parent 7c5d1ea commit 12d31da

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pre-merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
matrix:
2525
node-version: [20.x]
2626

27+
env:
28+
BACKEND_GRAPHQL_URL: ${{secrets.BACKEND_GRAPHQL_URL}}
29+
2730
steps:
2831
- uses: actions/checkout@v4
2932
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)