From 71a453370248ee7f43e6ecd19a0c2b95ef1e1cae Mon Sep 17 00:00:00 2001 From: Lorenzo Gaifas Date: Mon, 28 Aug 2023 20:13:50 +0200 Subject: [PATCH] add permission to create release --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acacf71..369b5d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ on: workflow_dispatch: schedule: - cron: "0 0 * * 0" # every week (for --pre release tests) - jobs: check-manifest: runs-on: ubuntu-latest @@ -72,6 +71,8 @@ jobs: needs: test if: success() && startsWith(github.ref, 'refs/tags/') && github.event_name != 'schedule' runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v3