From ad7e87334c39064ddcbccfee04a4ed8ef2f38501 Mon Sep 17 00:00:00 2001
From: Alex <94073946+Alex-NRCan@users.noreply.github.com>
Date: Wed, 18 Oct 2023 16:15:37 -0400
Subject: [PATCH] Update main.yml

---
 .github/workflows/main.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b9bd946..36acd03 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -13,8 +13,12 @@ jobs:
     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