From cd6ec5f91bbfda6528891f82e9823bcd48235c8d Mon Sep 17 00:00:00 2001 From: Asriel Date: Mon, 24 Mar 2025 21:12:33 -0700 Subject: [PATCH] Update validate.yml --- .github/workflows/validate.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 26bc926..4117628 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -4,6 +4,14 @@ on: repository_dispatch: types: [version-pr, version-push] +permissions: + statuses: write + pull-requests: write + issues: write + discussions: write + contents: write + checks: write + concurrency: group: ${{github.workflow}}-${{github.event.client_payload.head_ref}} cancel-in-progress: true @@ -109,4 +117,4 @@ jobs: repo: context.repo.repo, body: summary }); - \ No newline at end of file +