From ff7b09eb9909d8a6529d865c28bad8ee747361ce Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 18 Mar 2025 21:16:36 +0100 Subject: [PATCH] chore: fix provenance --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a27d6f69..41531b14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,8 @@ permissions: jobs: ci: runs-on: ubuntu-latest + permissions: + id-token: write steps: - uses: actions/checkout@v4 if: (github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push'