Skip to content

Commit

Permalink
Coveralls token
Browse files Browse the repository at this point in the history
  • Loading branch information
amaembo committed Nov 4, 2021
1 parent 82c443d commit c8e4d0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn install coveralls:report -Dgpg.skip=true -DrepoToken=${{ secrets.CoverallsToken }} -B -V --file pom.xml
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: mvn install coveralls:report -Dgpg.skip=true -DrepoToken="$COVERALLS_TOKEN" -B -V --file pom.xml

0 comments on commit c8e4d0c

Please sign in to comment.