From 97a2b891715c6d1b34a4647b13d53392a0a6fb07 Mon Sep 17 00:00:00 2001 From: Theo Date: Mon, 26 Feb 2024 12:06:12 -0700 Subject: [PATCH] Deploy --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b6f5b6e..052ba97 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,9 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest + permissions: + contents: write + # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it