From 8eb88ed5fb28898e15925d4e92e1456769cf15da Mon Sep 17 00:00:00 2001 From: John Andersen Date: Sat, 22 Jun 2024 11:08:53 -0600 Subject: [PATCH] ci: alice: async comms: permissions: write --- .github/workflows/alice_async_comms.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/alice_async_comms.yml b/.github/workflows/alice_async_comms.yml index 50118f0b57..677646f875 100644 --- a/.github/workflows/alice_async_comms.yml +++ b/.github/workflows/alice_async_comms.yml @@ -18,6 +18,9 @@ jobs: posts: name: Create Async Comms Posts in Relevant Locations runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write steps: - name: Harden Runner uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1