Archisman Karmakar commited on
Commit
3bc6b36
·
unverified ·
1 Parent(s): 73d3317

Update deploy_to_HF_space.yml

Browse files
.github/workflows/deploy_to_HF_space.yml CHANGED
@@ -1,4 +1,6 @@
1
  name: Deploy to Hugging Face Spaces
 
 
2
 
3
  on:
4
  push:
@@ -8,6 +10,8 @@ on:
8
 
9
  jobs:
10
  deploy-to-hf:
 
 
11
  runs-on: ubuntu-latest
12
 
13
  steps:
 
1
  name: Deploy to Hugging Face Spaces
2
+ permissions:
3
+ contents: read
4
 
5
  on:
6
  push:
 
10
 
11
  jobs:
12
  deploy-to-hf:
13
+ # permissions:
14
+ # pull-requests: write
15
  runs-on: ubuntu-latest
16
 
17
  steps: