KarishGupta commited on
Commit
4f86ac6
·
1 Parent(s): d29fdb6

Added perms

Browse files
Files changed (1) hide show
  1. .github/workflows/large-files.yml +4 -0
.github/workflows/large-files.yml CHANGED
@@ -9,6 +9,10 @@ on: # or directly `on: [push]` to run the action on every push on
9
  jobs:
10
  sync-to-hub:
11
  runs-on: ubuntu-latest
 
 
 
 
12
  steps:
13
  - name: Check large files
14
  uses: ActionsDesk/lfs-warning@v2.0
 
9
  jobs:
10
  sync-to-hub:
11
  runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: read
14
+ pull-requests: write
15
+ statuses: write # added perms
16
  steps:
17
  - name: Check large files
18
  uses: ActionsDesk/lfs-warning@v2.0