From 3bbc9e283dae83bb51e43907765264f3faae0965 Mon Sep 17 00:00:00 2001 From: Leonardo Covarrubias Date: Mon, 8 Jul 2024 19:27:18 -0400 Subject: [PATCH] fix: action perms --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 14eadf3..3b3c97d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,6 +63,7 @@ jobs: needs: [ version-up, build ] permissions: + contents: write id-token: write runs-on: ubuntu-latest