From 5f556c1da63b872767e583e70679f08a211c759a Mon Sep 17 00:00:00 2001 From: Alex <93376818+sashashura@users.noreply.github.com> Date: Sun, 28 Aug 2022 20:56:02 +0100 Subject: [PATCH 1/2] Update release.yml --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5859e53bf3..ca501123ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,9 +4,16 @@ on: push: branches: - master + +permissions: + contents: read jobs: release: + permissions: + # for changesets/action + contents: write + pull-requests: write name: Release runs-on: ubuntu-latest steps: From 45ab14ce9d850bf014db4101822446dc2fab5c0b Mon Sep 17 00:00:00 2001 From: Alex <93376818+sashashura@users.noreply.github.com> Date: Sun, 28 Aug 2022 22:48:05 +0100 Subject: [PATCH 2/2] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca501123ef..3444cd9069 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: push: branches: - master - + permissions: contents: read