Skip to content

Commit

Permalink
Convert visible token to github secret.
Browse files Browse the repository at this point in the history
  • Loading branch information
leerho committed Feb 1, 2021
1 parent 1c3103d commit a788b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
MAVEN_OPTS: -Xmx4g -Xms1g
repo_token: z2NyvKNpclvuc31m2yfZrpzrPr1cnLjSd
repo_token: ${{secrets.coveralls_token}}

jobs:
build:
Expand Down

0 comments on commit a788b5a

Please sign in to comment.