From f7f67eb7f6f5588f676f54e802afe1a2a27b7eb2 Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Sat, 28 Dec 2024 14:30:11 -0500 Subject: [PATCH] Increase permissions for job --- .github/workflows/deploy_prod.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_prod.yml b/.github/workflows/deploy_prod.yml index 9a7380b..665252a 100644 --- a/.github/workflows/deploy_prod.yml +++ b/.github/workflows/deploy_prod.yml @@ -11,7 +11,9 @@ on: jobs: build_and_deploy_prod: - runs-on: ubuntu-latest + runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout main uses: wykies/checkout@main