From 23e3367fe77645c3fe61b5835a9bfa89ade89159 Mon Sep 17 00:00:00 2001 From: Thomas Moore Date: Fri, 3 Nov 2023 15:18:54 +0000 Subject: [PATCH] Just mirror the settings from the example for now --- .github/workflows/deployments.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deployments.yml b/.github/workflows/deployments.yml index 7062365..6f9a16f 100644 --- a/.github/workflows/deployments.yml +++ b/.github/workflows/deployments.yml @@ -4,12 +4,15 @@ on: push: branches: - main + pull_request: {} + +permissions: + actions: write + contents: read env: CI: true -permissions: write-all - jobs: create-release-pr: name: Create release pr @@ -49,7 +52,6 @@ jobs: build-frontend: name: Build frontend runs-on: ubuntu-latest - if: steps: - name: ⬇️ Checkout repo uses: actions/checkout@v4 @@ -159,7 +161,6 @@ jobs: build-backend: name: Build backend runs-on: ubuntu-latest - if: steps: - name: ⬇️ Checkout repo uses: actions/checkout@v4