Skip to content

Commit

Permalink
ci: use autothings token for inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
louisbirla committed Mar 19, 2021
1 parent a15497a commit 746e954
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/introspect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
INTROSPECTING: "true"

jobs:
apollo:
check:
name: Graphql Checking
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: kamilkisiela/graphql-inspector@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.AUTOTHINGS_TOKEN }}
schema: "schema.graphql"
endpoint: "https://api.loop.page/"
annotations: false
annotations: true

0 comments on commit 746e954

Please sign in to comment.