Skip to content

Commit 240c45c

Browse files
committed
Revert "Prøver publish med GITHUB_TOKEN"
This reverts commit 0a5dfab.
1 parent 432ef5a commit 240c45c

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.GITHUB_TOKEN }}
27+
GH_ACCESS_TOKEN: ${{ secrets.GH_PAT }}
2828
NEW_VERSION: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)