Skip to content

Commit 52c6a5f

Browse files
committed
Revert "Prøver publish med GITHUB_TOKEN"
This reverts commit 542d1e5.
1 parent 240c45c commit 52c6a5f

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
@@ -23,6 +23,6 @@ jobs:
2323
run: |
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:
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
2727
GH_ACCESS_TOKEN: ${{ secrets.GH_PAT }}
2828
NEW_VERSION: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)