From c9bc5242eb2b2fdfadba4397c1b995312f3a0bfa Mon Sep 17 00:00:00 2001 From: Alex <94073946+Alex-NRCan@users.noreply.github.com> Date: Wed, 18 Oct 2023 19:38:50 -0400 Subject: [PATCH] Update main.yml (#29) --- .github/workflows/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 31ee4bb..2376eef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,13 +12,6 @@ jobs: build_and_create_artifact: name: Build and create artifacts runs-on: ubuntu-latest - permissions: - deployments: write - contents: write - packages: write - statuses: write - actions: write - checks: read steps: # Checkout - name: Checkout repository