Skip to content

Commit

Permalink
fix(actions): change permissions to write-all
Browse files Browse the repository at this point in the history
  • Loading branch information
beiertu-mms committed Dec 20, 2023
1 parent 7b507b6 commit 484df80
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
permissions:
pages: write
id-token: write
contents: read
actions: read
metadata: read
permissions: write-all
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 484df80

Please sign in to comment.