From 1140056e993586827c4666df2ac14243d477dcc5 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Fri, 27 Dec 2024 14:59:19 -0300 Subject: [PATCH] ci: fix release workflow (2nd attempt) --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 72a6f52..d128c85 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,6 +10,9 @@ on: - master - next +permissions: + contents: read + jobs: test: runs-on: ubuntu-latest