From 656ebd988b01e2b1dd652ab21d043afa2abd5ec6 Mon Sep 17 00:00:00 2001
From: Cameron Taylor <cameron.taylor.ninja@gmail.com>
Date: Wed, 8 Mar 2023 23:41:13 -0500
Subject: [PATCH] read/write perms for gh actions workflow

---
 .github/workflows/build-shit.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/build-shit.yml b/.github/workflows/build-shit.yml
index 67e2b417d..7b2bc23fe 100644
--- a/.github/workflows/build-shit.yml
+++ b/.github/workflows/build-shit.yml
@@ -38,6 +38,9 @@ jobs:
     needs: check_date
     if: ${{ needs.check_date.outputs.should_run != 'false'}}
     runs-on: 64fast
+    permissions:
+       contents: write
+       actions: write
     steps:
       - uses: actions/checkout@v3
       - name: Restore existing build cache for faster compilation