Skip to content

Commit 46bd35c

Browse files
committed
Fikser typo i reader token.
1 parent e793480 commit 46bd35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-kontrakt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
mvn verify -e -B --file pom.xml --settings .github/settings.xml -DtrimStackTrace=false -Dtoken=${GITHUB_TOKEN}
2323
env:
24-
GITHUB_TOKEN: ${{ secrets.READEME_TOKEN }}
24+
GITHUB_TOKEN: ${{ secrets.READER_TOKEN }}
2525
NEW_VERSION: ${{ github.event.release.tag_name }}
2626
- name: Publish artifacts
2727
shell: bash

0 commit comments

Comments
 (0)