From 3c125868e2e81b0913c5e04af7882dcee61eeddb Mon Sep 17 00:00:00 2001 From: Girges Scandar Date: Mon, 11 Nov 2024 21:25:11 +0100 Subject: [PATCH] update permissions --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3433a0b..9524dd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,11 @@ jobs: name: GitHub Actions Test runs-on: ubuntu-latest + permissions: + id-token: write + contents: read + pull-requests: write # we need this to write comments in PRs + steps: - name: Checkout id: checkout