From ffe668b16a158c77a240a2ace07e23753f948c06 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Sun, 18 Sep 2022 20:09:22 +0100 Subject: [PATCH] permissions.contents: write --- .github/workflows/release-tag.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 07a8b2f..6897868 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -7,6 +7,8 @@ on: jobs: create-release: runs-on: ubuntu-latest + permissions: + contents: write steps: # https://github.com/actions/github-script - uses: actions/github-script@v6