From 33178fe96f9f2449bc099a2accb932eba01a05b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Pazos?= Date: Mon, 30 Sep 2024 09:46:13 -0300 Subject: [PATCH] add permissions --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 70c5947c..1ad92e11 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,6 +8,10 @@ on: branches: - '**' +permissions: + contents: read + id-token: write + jobs: test: runs-on: ubuntu-latest