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 e793480 commit 46bd35cCopy full SHA for 46bd35c
.github/workflows/release-kontrakt.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
mvn verify -e -B --file pom.xml --settings .github/settings.xml -DtrimStackTrace=false -Dtoken=${GITHUB_TOKEN}
23
env:
24
- GITHUB_TOKEN: ${{ secrets.READEME_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.READER_TOKEN }}
25
NEW_VERSION: ${{ github.event.release.tag_name }}
26
- name: Publish artifacts
27
shell: bash
0 commit comments