From ca509d06cf353af272f5de33f3a344d5eb1bd554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Galeran?= Date: Mon, 13 Nov 2023 16:33:47 +0100 Subject: [PATCH] chore(publish-engines.yml): fix gh token to contents: write (#477) --- .github/workflows/publish-engines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-engines.yml b/.github/workflows/publish-engines.yml index 0e2eed333..4c4092c18 100644 --- a/.github/workflows/publish-engines.yml +++ b/.github/workflows/publish-engines.yml @@ -18,6 +18,9 @@ jobs: # required for publishing to npm with --provenance # see https://docs.npmjs.com/generating-provenance-statements id-token: write + # Give the default GITHUB_TOKEN write permission to commit and push + # For stefanzweifel/git-auto-commit-action below + contents: write steps: - uses: actions/checkout@v4