Skip to content

Commit 0c520ac

Browse files
Adding graphql inspector
1 parent c77cf00 commit 0c520ac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/graphql-inspector.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: Validate Graphql Schema Changes
22
on: [push]
33

4-
permissions:
5-
contents: read
6-
74
jobs:
85
graphql-inspector:
96
name: Validate Schema
107
runs-on: ubuntu-latest
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
repository-projects: write
1112

1213
steps:
1314
- name: Checkout

0 commit comments

Comments
 (0)