From e1695531f645c565f32486bb1c2039a061e06998 Mon Sep 17 00:00:00 2001 From: "james.balamuta@gmail.com" Date: Sun, 20 Oct 2024 01:37:05 -0700 Subject: [PATCH] Permission tokens --- .github/workflows/publish-docs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 2029752..c0377a9 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -12,10 +12,13 @@ jobs: runs-on: ubuntu-latest # Only restrict concurrency for non-PR jobs concurrency: - group: quarto-publish-${{ github.event_name != 'pull_request' || github.run_id }} + group: quarto-publish-${{ github.event_name != 'pull_request' || github.run_id }} permissions: - contents: write + contents: read + pages: write + id-token: write steps: + - name: "Check out repository" uses: actions/checkout@v4