Spaces:
Sleeping
Sleeping
Commit ·
f019b33
1
Parent(s): 39c836f
Fix: Add permissions to workflow for LFS warning action
Browse files
.github/workflows/deploy-to-hf.yml
CHANGED
|
@@ -12,6 +12,9 @@ on:
|
|
| 12 |
jobs:
|
| 13 |
deploy:
|
| 14 |
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
|
|
| 15 |
environment:
|
| 16 |
name: production
|
| 17 |
url: https://huggingface.co/spaces/pkgprateek/ai-rag-document
|
|
|
|
| 12 |
jobs:
|
| 13 |
deploy:
|
| 14 |
runs-on: ubuntu-latest
|
| 15 |
+
permissions:
|
| 16 |
+
contents: read
|
| 17 |
+
pull-requests: write
|
| 18 |
environment:
|
| 19 |
name: production
|
| 20 |
url: https://huggingface.co/spaces/pkgprateek/ai-rag-document
|