diff --git a/.github/workflows/gh-deploy.yml b/.github/workflows/gh-deploy.yml index b0387c0b..b2cfe565 100644 --- a/.github/workflows/gh-deploy.yml +++ b/.github/workflows/gh-deploy.yml @@ -4,6 +4,10 @@ on: push: branches: [ develop, main ] +permissions: + contents: write + pull-requests: write + jobs: build: runs-on: ubuntu-latest