We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957c143 commit eef97b7Copy full SHA for eef97b7
.github/workflows/release-kontrakt.yml
@@ -21,6 +21,6 @@ jobs:
21
run: |
22
mvn deploy -e -B --file pom.xml --settings .github/settings.xml -DtrimStackTrace=false -Dchangelist= -Dsha1= -Drevision=$NEW_VERSION -Dfile.encoding=UTF-8 -Dtoken=${GITHUB_TOKEN}
23
env:
24
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.READER_TOKEN }}
25
NEW_VERSION: ${{ github.event.release.tag_name }}
26
0 commit comments