From 45daf245171c4c75d0a2380ae680142cae555c14 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Tue, 20 Aug 2024 22:57:00 +0100 Subject: [PATCH] fix --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 61a9251..f95a94a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,14 +53,14 @@ jobs: needs: build runs-on: ubuntu-latest if: github.repository_owner == 'cmbant' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') + permissions: + id-token: write steps: - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 - with: - python-version: '3.12' - name: Install dependencies run: |