From 7b14692c2fd82ad5ba33807b7a2d04cd1330c3ce Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Fri, 24 Jun 2022 19:16:58 +0200 Subject: [PATCH] update comments --- .github/workflows/generate-demo-preview.yml | 3 +-- .github/workflows/generate-documentation.yml | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/generate-demo-preview.yml b/.github/workflows/generate-demo-preview.yml index 027128f031..95c641951a 100644 --- a/.github/workflows/generate-demo-preview.yml +++ b/.github/workflows/generate-demo-preview.yml @@ -23,8 +23,7 @@ jobs: demo_preview: # keep unique across jobs using surge preview (preview url and PR comment id) runs-on: ubuntu-20.04 permissions: - # surge-preview: PR comments - pull-requests: write + pull-requests: write # surge-preview: PR comments steps: - uses: actions/checkout@v3 # access to the local action - name: surge preview diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index 45adbaee96..4aa283576d 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -34,8 +34,7 @@ jobs: if: github.event_name == 'pull_request' runs-on: ubuntu-20.04 permissions: - # surge-preview: PR comments - pull-requests: write + pull-requests: write # surge-preview: PR comments steps: - uses: actions/checkout@v3 # access to the local action - name: surge preview @@ -66,8 +65,7 @@ jobs: runs-on: ubuntu-20.04 needs: generate_doc permissions: - # Push to gh-pages - contents: write + contents: write # Push to gh-pages steps: - name: Download uses: actions/download-artifact@v3