Skip to content

Commit eef97b7

Browse files
committed
Prøver READER_TOKEN i publish kontrakt.
1 parent 957c143 commit eef97b7

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,6 +21,6 @@ jobs:
2121
run: |
2222
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}
2323
env:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
GITHUB_TOKEN: ${{ secrets.READER_TOKEN }}
2525
NEW_VERSION: ${{ github.event.release.tag_name }}
2626

0 commit comments

Comments
 (0)