Skip to content

Change permissions

Change permissions #5

Workflow file for this run

# This workflow checks for large files that are not tracked with git lfs
name: Check for git lfs
on: [push, pull_request]
jobs:
check_git_lfs:
runs-on: ubuntu-latest
steps:
- name: Check for large files without git lfs
uses: ppremk/[email protected]
permissions: write-all

Check failure on line 10 in .github/workflows/git_lfs.yml

View workflow run for this annotation

GitHub Actions / Check for git lfs

Invalid workflow file

The workflow is not valid. .github/workflows/git_lfs.yml (Line: 10, Col: 11): Unexpected value 'permissions'
with:
token: ${{ secrets.GITHUB_TOKEN }}
filesizelimit: 1MB