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