From 318c5b4f5637b95f2b0b44351a10753f62733b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iiro=20J=C3=A4ppinen?= Date: Fri, 15 Sep 2023 21:28:02 +0300 Subject: [PATCH] ci: fix Changeset action permissions --- .changeset/blue-tigers-know.md | 2 ++ .github/workflows/push.yml | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/blue-tigers-know.md diff --git a/.changeset/blue-tigers-know.md b/.changeset/blue-tigers-know.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/blue-tigers-know.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index dcec5c52b..047b7db9e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -11,7 +11,6 @@ on: permissions: contents: read - pull-requests: write # Changeset action jobs: install: @@ -150,7 +149,11 @@ jobs: release: permissions: - contents: write # for publishing release + contents: write + issues: read + packages: write + pull-requests: write + id-token: write name: Release runs-on: ubuntu-latest needs: