remove unused permissions
This commit is contained in:
parent
5a4a214f67
commit
b93482d125
1 changed files with 0 additions and 4 deletions
4
.github/workflows/book.yml
vendored
4
.github/workflows/book.yml
vendored
|
|
@ -9,10 +9,6 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write # To push a branch
|
||||
pages: write # To push to a GitHub Pages site
|
||||
id-token: write # To update the deployment status
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue