From e14f12304eb26a91a8870a809c20c58fb87f0979 Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 13 May 2024 23:46:08 -0700 Subject: [PATCH] chore: add permissions to ci --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aea640b..2582fb2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,14 @@ jobs: name: 'Release' if: github.repository == 'rehype-pretty/rehype-pretty-code' && !contains(github.event.head_commit.message, '[skip ci]') runs-on: ['ubuntu-latest'] + permissions: + issues: write + actions: write + packages: write + contents: write + id-token: write + pull-requests: write + repository-projects: write steps: - name: 'Checkout Repository' uses: actions/checkout@v4