Skip to content

Commit

Permalink
- Added GITHUB_TOKEN environment variable to GitHub workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaellafond committed Jan 13, 2022
1 parent 2576b79 commit 4205478
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
- uses: actions/checkout@v2

- name: Execute tests with Maven.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -B --settings maven-settings.xml clean test

0 comments on commit 4205478

Please sign in to comment.