From 824804f813ccb2f3ba298a11458df1f16e8efcad Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 6 Aug 2023 17:49:41 -0400 Subject: [PATCH] chore: remove permissions from release stage --- .github/workflows/main.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 102eb61..ae1d19c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -79,21 +79,10 @@ jobs: needs: - tests runs-on: ubuntu-latest - # From https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions + # From https://github.com/google-github-actions/release-please-action#workflow-permissions permissions: - actions: read - checks: write contents: write - deployments: none - id-token: none - issues: write - discussions: write - packages: write - pages: write pull-requests: write - repository-projects: write - security-events: write - statuses: write steps: - uses: actions/checkout@v3