From 59d4128a1afa8cd59d38d00b10861f998cd8ffc5 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Thu, 23 May 2024 17:18:26 -0300 Subject: [PATCH] fix(ci): deployment comments --- .github/workflows/deploy-preview.yml | 4 ++++ .github/workflows/deploy.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index f1314be..0600666 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -14,6 +14,10 @@ jobs: name: Deploy preview if: ${{ github.repository == 'dot013/.www-new' }} runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write + deployments: write strategy: matrix: node-version: [20] diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b8f07c9..26623b3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,10 @@ jobs: name: Deploy if: ${{ github.repository == 'dot013/.www-new' }} runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write + deployments: write strategy: matrix: node-version: [20]