Skip to content

Commit

Permalink
changed deploy permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
EljakimHerrewijnen committed Jan 3, 2025
1 parent f4f06b2 commit a05c7d4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Deploy Sphinx Docs to GitHub Pages

permissions:
contents: read
pages: write
id-token: write

on:
push:
branches:
Expand All @@ -8,8 +13,6 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit a05c7d4

Please sign in to comment.