diff --git a/.github/workflows/deploy-production.yaml b/.github/workflows/deploy-production.yaml index da867ec..2b04ba1 100644 --- a/.github/workflows/deploy-production.yaml +++ b/.github/workflows/deploy-production.yaml @@ -5,6 +5,10 @@ on: branches: [main] workflow_dispatch: +permissions: + contents: write + packages: write + jobs: deploy: runs-on: ubuntu-latest