Skip to content

Commit

Permalink
provide the token to the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
leibi-actico committed Dec 8, 2023
1 parent 0df98b2 commit d9a4a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
arguments: build sonar -Preckon.stage=final -Preckon.scope=patch reckonTagCreate
- name: Push git tag
uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pullrequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
with:
GPR_USERNAME: ${{ github.actor }}
GPR_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
arguments: build sonar

0 comments on commit d9a4a3a

Please sign in to comment.