Skip to content

Commit

Permalink
Fikser typo i reader token.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramrock93 committed Feb 6, 2024
1 parent e793480 commit 46bd35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-kontrakt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
mvn verify -e -B --file pom.xml --settings .github/settings.xml -DtrimStackTrace=false -Dtoken=${GITHUB_TOKEN}
env:
GITHUB_TOKEN: ${{ secrets.READEME_TOKEN }}
GITHUB_TOKEN: ${{ secrets.READER_TOKEN }}
NEW_VERSION: ${{ github.event.release.tag_name }}
- name: Publish artifacts
shell: bash
Expand Down

0 comments on commit 46bd35c

Please sign in to comment.