From e898e3186608482c5d8e03ce60be210e2b18b997 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Mon, 18 Sep 2023 15:00:00 +0200 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eb6482042..b73a41735 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,6 @@ on: permissions: contents: read id-token: write # For publishing to NPM with provenance. Allows developers to run `npm audit signatures` and verify release signature of SDK. @see https://github.blog/2023-04-19-introducing-npm-package-provenance/ - packages: write # For cross-publishing to GitHub Packages registry. env: NODE_VERSION: 18