From 715c06d7780f497742a58eb92cf5297a90e366cb Mon Sep 17 00:00:00 2001 From: Nikolay Petrov Date: Tue, 24 Sep 2024 07:41:07 -0700 Subject: [PATCH] Enforcing token permissions --- .github/workflows/deploy-github-pages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index 3b6c8b3..d3e9526 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -11,6 +11,9 @@ env: REPO_NAME: ${{ github.event.repository.name }} REPO_OWNER: ${{ github.repository_owner }} +permissions: + contents: read + jobs: deploy: runs-on: ubuntu-22.04