From a4c92ebb3fa9844f76981ab33506409d66ee7f7d Mon Sep 17 00:00:00 2001 From: Daniel van der Ploeg Date: Tue, 17 Mar 2026 10:19:16 +1030 Subject: [PATCH] Update publish.yml with permissions configuration Add permissions for id-token and contents in publish.yml --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cbc08d5..67a0637 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,6 +7,10 @@ on: - '**-[0-9]+.[0-9]+.[0-9]+-*' types: [published] +permissions: + id-token: write + contents: read + jobs: build-and-publish: name: 🚀 Publish to NPM