From 01b1401d41e61b7c243314e10dce04afee86dbfc Mon Sep 17 00:00:00 2001 From: Yimura <24669514+Yimura@users.noreply.github.com> Date: Mon, 16 Sep 2024 00:13:20 +0200 Subject: [PATCH] fix(CI): job permissions --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1c1c65..d5f6845 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,8 @@ jobs: ci: name: Release Build runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checking out branch uses: actions/checkout@v4