From e544efc4d3f72223828565c4ba1121b3875bfdf9 Mon Sep 17 00:00:00 2001 From: Ari Dyckovsky Date: Sun, 5 May 2024 11:49:45 -0400 Subject: [PATCH] add permissions for token access to deploy job --- .github/workflows/create-pdf.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/create-pdf.yml b/.github/workflows/create-pdf.yml index 1bb9204..2377ab0 100644 --- a/.github/workflows/create-pdf.yml +++ b/.github/workflows/create-pdf.yml @@ -30,6 +30,8 @@ jobs: compression-level: 0 # don't compress PDF deploy: runs-on: ubuntu-latest + permissions: + contents: write needs: build if: github.ref == 'refs/heads/main' steps: