From 6c2c6600429667aea1f66d7c6d35aeffe5e83ee7 Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Mon, 18 Mar 2024 17:44:32 +0100 Subject: [PATCH 1/3] correct my usual mistake --- .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 4cefe225..38b51758 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: run: npm ci - name: Create Release Pull Request - uses: changesets/action@1.4.6 + uses: changesets/action@v1.4.6 with: publish: npm run changeset publish env: From d3991a9a1ba97af8f9f6439c0034cdc998f0310d Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Mon, 18 Mar 2024 17:46:11 +0100 Subject: [PATCH 2/3] change name --- .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 38b51758..eb2849a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - name: Install Dependencies run: npm ci - - name: Create Release Pull Request + - name: Create Release PR or Publish uses: changesets/action@v1.4.6 with: publish: npm run changeset publish From aa8d02b7e76f41613989ac978dc5fe4ca0da1eeb Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Mon, 18 Mar 2024 17:55:57 +0100 Subject: [PATCH 3/3] permission reduction --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb2849a5..8194f12c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,10 +12,7 @@ jobs: permissions: contents: write id-token: write - issues: write - repository-projects: write - deployments: write - packages: write + issues: read pull-requests: write steps: - name: Checkout Repo