Skip to content

Commit bd793ad

Browse files
Update release-kontrakt.yml
1 parent 90175b4 commit bd793ad

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
@@ -20,6 +20,6 @@ jobs:
2020
run: |
2121
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}
2222
env:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
NEW_VERSION: ${{ github.event.release.tag_name }}
2525

0 commit comments

Comments
 (0)