mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 01:48:40 +00:00
update workflow token
This commit is contained in:
parent
7bf4ebd3df
commit
1e989ca950
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -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 }}
|
||||
Loading…
Reference in New Issue
Block a user