From 3d153ecbc5511523fcbeef4244105a51d16bf3db Mon Sep 17 00:00:00 2001 From: Denis Yuen Date: Thu, 20 Jun 2024 11:44:50 -0400 Subject: [PATCH] Update main.yml (#252) Probably need this to allow dependabot builds to pass --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2799d91..506439a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,6 +8,10 @@ on: [push] env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} +permissions: + pages: write + contents: write + # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: checkLinks: