Skip to content

Commit

Permalink
add env in checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tan108 committed Mar 15, 2024
1 parent 87a3420 commit 52c3d65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
restore-keys: |
${{ runner.os }}-gradle-
${{ runner.os }}-gradle-
- name: Build with Gradle
env:
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build

- name: Test with Gradle
Expand Down

0 comments on commit 52c3d65

Please sign in to comment.