sabazo commited on
Commit
e26fabe
·
unverified ·
1 Parent(s): 509813e

Update check_file_size.yaml

Browse files

added permissions to the job

.github/workflows/check_file_size.yaml 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: write
14
+ pull-requests: write
15
+ repository-projects: write
16
  steps:
17
  - name: Check large files
18
  uses: ActionsDesk/lfs-warning@v2.0