diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 885e6c1..dda979a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,11 @@ name: Deploy and Create Release jobs: build: + permissions: + checks: write + pull-requests: write + id-token: write + packages: write # for pushing GitHub packages name: Upload Release Asset runs-on: ubuntu-latest steps: