Skip to content

Commit

Permalink
revert to default token
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler committed Apr 6, 2024
1 parent 3be27e2 commit 8d5f4c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_ACTIONS }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: MegaLinter

Expand All @@ -58,7 +58,7 @@ jobs:
# }}
VALIDATE_ALL_CODEBASE: true

GITHUB_TOKEN: ${{ secrets.GH_ACTIONS }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# ADD YOUR CUSTOM ENV VARIABLES HERE TO OVERRIDE VALUES OF
# .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
) &&
!contains(github.event.head_commit.message, 'skip fix')
with:
token: ${{ secrets.GH_ACTIONS }}
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "[MegaLinter] Apply linters automatic fixes"
title: "[MegaLinter] Apply linters automatic fixes"
labels: bot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@reviewdog
env:
github_token: ${{ secrets.GH_ACTIONS }}
github_token: ${{ secrets.GITHUB_TOKEN }}
with:
vale_flags: "--glob=*.mdx"
fail_on_error: true

0 comments on commit 8d5f4c9

Please sign in to comment.