mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 11:08:52 +00:00
Permissions.
This commit is contained in:
6
.github/workflows/book-cd.yml
vendored
6
.github/workflows/book-cd.yml
vendored
@ -9,9 +9,9 @@ on:
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
# permissions:
|
||||
# contents: write # To push a branch
|
||||
# pull-requests: write # To create a PR from that branch
|
||||
permissions:
|
||||
contents: write # To push a branch
|
||||
pull-requests: write # To create a PR from that branch
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
Reference in New Issue
Block a user