From b2372e794097ee797b95a744f1c15734dfe83f8b Mon Sep 17 00:00:00 2001 From: Denis Yuen Date: Wed, 19 Jun 2024 13:45:00 -0400 Subject: [PATCH] Update main.yml 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: