Skip to content

Commit 0a5dfab

Browse files
committed
Prøver publish med GITHUB_TOKEN
1 parent 542d1e5 commit 0a5dfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-kontrakt.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
mvn deploy -e --batch-mode --settings ./.github/.m2/settings.xml --file pom.xml -am -pl kontrakt -DtrimStackTrace=false -Dchangelist= -Dsha1= -Drevision=$NEW_VERSION -Dfile.encoding=UTF-8 -DdeployAtEnd=true
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27-
GH_ACCESS_TOKEN: ${{ secrets.GH_PAT }}
27+
GH_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
NEW_VERSION: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)