Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Sep 29, 2023
1 parent b7ce00b commit bee0eec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bee0eec

Please sign in to comment.