Skip to content

Commit

Permalink
add github_token
Browse files Browse the repository at this point in the history
  • Loading branch information
lacpandore committed Sep 11, 2024
1 parent 7aace2e commit 63928ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/yaml-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_YAML: true
YAML_LINTER_RULES_PATH: .github/workflows/.yamllint
YAML_LINTER_RULES_PATH: .github/workflows/.yamllint
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 63928ac

Please sign in to comment.