Thomas Gardos commited on
Commit
1e87ea7
·
1 Parent(s): fbc5fe1

added pull-requests: write permissions

Browse files
.github/workflows/check_file_size.yml CHANGED
@@ -9,6 +9,9 @@ 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/[email protected]
 
9
  jobs:
10
  sync-to-hub:
11
  runs-on: ubuntu-latest
12
+ permissions:
13
+ # required for ppremk/lfs-warning
14
+ pull-requests: write
15
  steps:
16
  - name: Check large files
17
  uses: ActionsDesk/[email protected]