From df7020a7a82e82cace2fa84d24182c7a0911613d Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Sun, 10 Nov 2024 20:56:45 +0100 Subject: [PATCH] fix: add the correct permissions to release binaries --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f3a1de6..f88bf58 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,4 +1,6 @@ name: CD # Continuous Deployment +permissions: + contents: write on: push: