Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf committed Dec 12, 2024
1 parent a3f3d55 commit 6d80810
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest

permissions:
contents: "write"
id-token: "write"
pull-requests: "write"
contents: write
id-token: write
pull-requests: write

steps:
- name: Checkout
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: '3.11'

- name: Generate Schema
run: |
Expand Down

0 comments on commit 6d80810

Please sign in to comment.