Skip to content

Commit

Permalink
(github-runners) add github token for mise and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
norrs committed Jan 9, 2025
1 parent eccc4fe commit 8629738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/java-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup mise
uses: jdx/mise-action@v2.0.3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Make Maven Wrapper executable
if: contains(matrix.os, 'win') == false
run: chmod +x mvnw
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ jobs:
uses: actions/checkout@v4
- name: pre-commit
uses: pre-commit/action@v3.0.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8629738

Please sign in to comment.