From 61bfd42ec162cc488e3d3ab73d7767ce4427e1b3 Mon Sep 17 00:00:00 2001 From: Joyce Date: Wed, 22 Feb 2023 16:53:01 -0300 Subject: [PATCH] feat: update main.yml to use top level permissions Signed-off-by: Joyce --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 42f81dd11..8be88c860 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,6 +5,10 @@ on: branches: [ master ] pull_request: branches: [ master ] + +permissions: + contents: read + jobs: build: runs-on: ${{ matrix.os }}