From b699d50264bca71d4f01aece31f95aad4503e2fd Mon Sep 17 00:00:00 2001 From: Gustavo Perdomo Date: Sat, 14 Oct 2023 11:57:27 -0300 Subject: [PATCH] ci: update permissions for workflow --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50b8f033..1b7b786b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,11 @@ on: - main pull_request: +# Needed for nx-set-shas within nx-cloud-main.yml, when run on the main branch +permissions: + actions: read + contents: read + jobs: main: name: Nx Cloud - Main Job