pkgprateek commited on
Commit
f019b33
·
1 Parent(s): 39c836f

Fix: Add permissions to workflow for LFS warning action

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy-to-hf.yml +3 -0
.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