Skip to content

Commit

Permalink
Add missing env variables to Detekt and Dependency Analysis steps
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 authored Jan 4, 2024
1 parent fe35fc0 commit 65168cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
detekt:
name: Detekt
runs-on: ubuntu-latest
env:
USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
Expand All @@ -75,6 +78,9 @@ jobs:
dependency-analysis:
name: Dependency Analysis
runs-on: ubuntu-latest
env:
USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
Expand Down

0 comments on commit 65168cc

Please sign in to comment.