From fc132a005bb4a6ee86e3e3d9499e6dcd0d60cf7a Mon Sep 17 00:00:00 2001 From: sasaplus1 Date: Fri, 28 Jul 2023 11:43:23 +0900 Subject: [PATCH] ci: add permissions to releasing job --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfc772d..f861677 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,10 @@ jobs: releasing: name: releasing runs-on: ubuntu-latest + permissions: + contents: write + id-token: write + pull-requests: write timeout-minutes: 10 steps: - uses: actions/checkout@v3