From 1ab4673f98916006ce89e785c1d375490d8e04e0 Mon Sep 17 00:00:00 2001 From: David Starr Date: Wed, 14 Feb 2024 07:01:16 -0800 Subject: [PATCH] adding action permissions --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a9592e92..0b788a372 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,18 @@ on: push: branches: - main + jobs: deploy: + name: Deploying the pages website runs-on: ubuntu-latest + permissions: + actions: read + contents: write + deployments: read + packages: none + pull-requests: write + security-events: write steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v4.5.0