mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 19:47:12 +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:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# permissions:
|
permissions:
|
||||||
# contents: write # To push a branch
|
contents: write # To push a branch
|
||||||
# pull-requests: write # To create a PR from that branch
|
pull-requests: write # To create a PR from that branch
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user