diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d338c0da..5df4da70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,3 +19,9 @@ jobs: git config --global user.name 'Github Actions' git config --global user.email 'milerius@users.noreply.github.com' ./scripts/release.sh + +permissions: + actions: write + contents: write + deployments: write + packages: write