From a08f0073ebcf8cf6278fe7a2a0ad0332b53202fb Mon Sep 17 00:00:00 2001 From: Dai MIKURUBE Date: Thu, 19 Dec 2024 15:34:31 +0900 Subject: [PATCH] Permit GitHub Actions Workflow --- .github/workflows/audit.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 7617a55..5f8b0be 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -1,5 +1,18 @@ name: Audit on: [ pull_request, push ] +permissions: + actions: read + checks: read + contents: read + deployments: read + issues: read + discussions: read + packages: read + pages: read + pull-requests: read + repository-projects: read + security-events: read + statuses: read jobs: audit: runs-on: ubuntu-latest