diff --git a/.github/workflows/release-spandrel.yml b/.github/workflows/release-spandrel.yml index 9e68e0be..52c26d78 100644 --- a/.github/workflows/release-spandrel.yml +++ b/.github/workflows/release-spandrel.yml @@ -3,6 +3,12 @@ name: Release `spandrel` on: workflow_dispatch: +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + jobs: publish-to-pypi: runs-on: ubuntu-latest