Skip to content

Commit

Permalink
Fix permissions to deploy pages
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Mar 6, 2024
1 parent 0d2eb09 commit b76abdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-spandrel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b76abdd

Please sign in to comment.