Update main.yml

This commit is contained in:
Dennis Eichhorn 2022-09-30 21:43:38 +02:00 committed by GitHub
parent 1ef17a22ef
commit 234b20bf05
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 }}