From a8f66d1cafa0935e8c6a3d79a657a186345d3450 Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Fri, 26 Jul 2024 17:11:31 +0200 Subject: [PATCH] chore: Fix GH action --- .github/workflows/test-and-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index dd42d4f..04b9556 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -20,6 +20,10 @@ jobs: group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.node-version }} cancel-in-progress: true + permissions: + contents: read + id-token: write + steps: - name: ⬇️ Checkout repo uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@main