From 01226fec79d78caeedaccc56755e888ed3551f80 Mon Sep 17 00:00:00 2001 From: Rostislav Simonik Date: Sun, 15 Mar 2026 14:21:08 +0100 Subject: [PATCH 1/2] chore: add OIDC permissions for npm trusted publishing --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a314029..f6acb06c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,10 @@ on: branches: - main +permissions: + id-token: write + contents: write + jobs: release: name: '/' From 8592f0a8267f17670d21bc4f0a85c74863cbbc6f Mon Sep 17 00:00:00 2001 From: Rostislav Simonik Date: Sun, 15 Mar 2026 15:00:00 +0100 Subject: [PATCH 2/2] fix: standardize job name to 'Release' per boilerplate --- .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 f6acb06c..404d0ba8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,6 @@ permissions: jobs: release: - name: '/' + name: 'Release' uses: technology-studio/github-workflows/.github/workflows/_release.yml@main secrets: inherit