From 8f248e9cfc7b97312b7abca1cb67e9d5115bc23d Mon Sep 17 00:00:00 2001 From: "Micael Levi L. Cavalcante" Date: Sat, 22 Jun 2024 08:25:18 -0400 Subject: [PATCH] ci: fix job permissions --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a169df..3021148 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 permissions: - contents: read + contents: write steps: ########################################################################## ######################### Prepare the environment ########################