From 0f977fb4b43f1f8345c593137c814b9c757c3572 Mon Sep 17 00:00:00 2001 From: Kezz Date: Tue, 23 Apr 2024 16:30:24 +0100 Subject: [PATCH] add write permission --- .github/workflows/check-schema.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-schema.yml b/.github/workflows/check-schema.yml index 8db56eb..65f05c6 100644 --- a/.github/workflows/check-schema.yml +++ b/.github/workflows/check-schema.yml @@ -1,10 +1,14 @@ name: Check Schema + on: push: branches: "**" tags-ignore: ["**"] pull_request: +permissions: + checks: write + jobs: test: name: Annotate Breaking Changes @@ -13,7 +17,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@master - - uses: kamilkisiela/graphql-inspector@master + - name: GraphQL Inspector + uses: kamilkisiela/graphql-inspector@master with: schema: 'main:schema.graphql' approve-label: breaking \ No newline at end of file