Update main.yml

This commit is contained in:
Dennis Eichhorn 2022-09-30 21:44:03 +02:00 committed by GitHub
parent bc976355d1
commit c151c56a3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,11 +15,11 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GH_PAT }}
- name: Lint Code Base
uses: github/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: true
DEFAULT_BRANCH: develop
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}