From eb0408d8f196227bcafec0c6af2e7d508db632c4 Mon Sep 17 00:00:00 2001 From: Pablo Vilas Date: Sat, 12 Oct 2024 13:13:18 -0300 Subject: [PATCH] Add permissions to write contents on repo --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a240998..db02ede 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,7 +4,7 @@ on: types: - published permissions: - contents: read + contents: write pages: write id-token: write concurrency: