From a1b6982012d95f8e3478cbb62161c3a4d883f533 Mon Sep 17 00:00:00 2001 From: Seven Of Aces Date: Sat, 21 Dec 2024 19:45:43 -0800 Subject: [PATCH] :3 --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 274cd12..d5636d8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,8 @@ jobs: needs: build runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' - + permissions: + contents: write steps: - name: Download artifact uses: actions/download-artifact@v4