Skip to content

Commit

Permalink
Closes #2424
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Jun 27, 2023
1 parent 5f919da commit 6698fbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/graphql-schema-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
- name: schema check
env:
HIVE_TOKEN: ${{ secrets.hiveToken }}
run:
./packages/libraries/cli/bin/dev schema:check
"packages/services/api/src/modules/*/module.graphql.ts" ${{
steps.pr-label-check.outputs.safeFlag }} --github
run: |
curl -sSL https://graphql-hive.com/install.sh | sh
hive schema:check "packages/services/api/src/modules/*/module.graphql.ts" ${{steps.pr-label-check.outputs.safeFlag }} --github
6 changes: 3 additions & 3 deletions .github/workflows/graphql-schema-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: schema publish
env:
HIVE_TOKEN: ${{ secrets.hiveToken }}
run:
./packages/libraries/cli/bin/dev schema:publish
"packages/services/api/src/modules/*/module.graphql.ts" --force --github
run: |
curl -sSL https://graphql-hive.com/install.sh | sh
hive schema:publish "packages/services/api/src/modules/*/module.graphql.ts" --github

0 comments on commit 6698fbe

Please sign in to comment.