update workflow token

This commit is contained in:
Dennis Eichhorn 2022-09-27 16:56:22 +02:00
parent 7bf4ebd3df
commit 1e989ca950

View File

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