From eb1b0c048529cdaad6e34864989e83ba0cc8d9e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Garc=C3=ADa?= Date: Mon, 5 Jun 2023 13:21:24 -0400 Subject: [PATCH] ci: Allow authenticated operations against the GitHub Packages registry --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 145251f63..35132aed3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,6 +8,9 @@ on: permissions: # Enable the use of OIDC for npm provenance id-token: write + # Enable the use of GitHub Packages registry + contents: read + packages: write jobs: publish: