From 473450a4b0c84782e10d3c4df9921f6e60a9d592 Mon Sep 17 00:00:00 2001 From: Joyce Date: Thu, 9 Mar 2023 14:58:00 -0300 Subject: [PATCH] chore: update publish_documentation yml Signed-off-by: Joyce --- .github/workflows/publish_documentation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish_documentation.yml b/.github/workflows/publish_documentation.yml index 65c42a74e..f5e5c2c75 100644 --- a/.github/workflows/publish_documentation.yml +++ b/.github/workflows/publish_documentation.yml @@ -10,6 +10,9 @@ on: - docs/examples/** workflow_dispatch: +permissions: + contents: read + # we don't want to have concurrent jobs, and we don't want to cancel running jobs to avoid broken publications concurrency: group: documentation