From bee0eeca79e667da33a9582c2871c08769abf35d Mon Sep 17 00:00:00 2001 From: Matthew Carbone Date: Fri, 29 Sep 2023 10:50:49 -0400 Subject: [PATCH] Debugging --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f2dec49..7dacc851 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,6 +175,11 @@ jobs: # Only allow tagged commits if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') + permissions: + contents: read + pages: write + id-token: write + # needs: # - tests # - black