From fec11869a86b7cf1b72e0cdc78788d61092fb988 Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Thu, 21 Sep 2023 13:31:21 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efcce452..7a9684e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,12 @@ name: CI on: [push] +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + jobs: build_docs: runs-on: ubuntu-latest