musfiqdehan commited on
Commit
95b808e
1 Parent(s): 444f4ee

Update ActionsDesk/lfs-warning version and add token

Browse files
.github/workflows/check_file_size.yml CHANGED
@@ -8,6 +8,7 @@ jobs:
8
  runs-on: ubuntu-latest
9
  steps:
10
  - name: Check large files
11
- uses: ActionsDesk/lfs-warning@v2.0
12
  with:
13
  filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
 
 
8
  runs-on: ubuntu-latest
9
  steps:
10
  - name: Check large files
11
+ uses: ActionsDesk/lfs-warning@v3.2
12
  with:
13
  filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
14
+ token: ${{ secrets.GITHUB_TOKEN }}