Skip to content

Commit

Permalink
fix: modify workflow variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragdata committed Jul 8, 2024
1 parent 318e562 commit 00b61ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
megalinter_config: https://raw.githubusercontent.com/ragdata/reusable-workflows/master/.mega-linter.yml
linter_rules_path: https://raw.githubusercontent.com/ragdata/reusable-workflows/master/.github/linters
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}

0 comments on commit 00b61ae

Please sign in to comment.