We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432ef5a commit 240c45cCopy full SHA for 240c45c
.github/workflows/release-kontrakt.yaml
@@ -24,5 +24,5 @@ jobs:
24
mvn deploy -e --batch-mode --settings ./.github/.m2/settings.xml --file pom.xml -am -pl kontrakt -DtrimStackTrace=false -Dchangelist= -Dsha1= -Drevision=$NEW_VERSION -Dfile.encoding=UTF-8 -DdeployAtEnd=true
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
- GH_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_ACCESS_TOKEN: ${{ secrets.GH_PAT }}
28
NEW_VERSION: ${{ github.event.release.tag_name }}
0 commit comments