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