From 6346e13622ed3deedccb86ffe4468f421992ea29 Mon Sep 17 00:00:00 2001 From: Joel Lappalainen Date: Fri, 17 Jan 2025 16:09:13 +0200 Subject: [PATCH] Add permissions --- .github/workflows/schema-validation.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/schema-validation.yml b/.github/workflows/schema-validation.yml index fd5c586b731..8ebb246460f 100644 --- a/.github/workflows/schema-validation.yml +++ b/.github/workflows/schema-validation.yml @@ -9,6 +9,22 @@ jobs: validate-gtfs: if: github.repository_owner == 'opentripplanner' name: Validate GraphQL schema changes + permissions: + actions: write + attestations: write + checks: write + contents: write + deployments: write + id-token: write + issues: write + discussions: write + packages: write + pages: write + pull-requests: write + repository-projects: write + security-events: write + statuses: write + runs-on: ubuntu-latest steps: