changed deploy permissions

This commit is contained in:
Eljakim Herrewijnen 2025-01-03 18:32:14 +01:00
parent f4f06b2af3
commit a05c7d470e

View File

@ -1,5 +1,10 @@
name: Deploy Sphinx Docs to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
on:
push:
branches:
@ -8,8 +13,6 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout repository
uses: actions/checkout@v2