Skip to content

Commit

Permalink
Nytt PAT for release av kontrakter
Browse files Browse the repository at this point in the history
  • Loading branch information
espenjv committed Oct 2, 2024
1 parent 31dd363 commit 406a9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-kontrakt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
mvn deploy -e -B --settings ./.m2/settings.xml -am -pl kontrakter -DtrimStackTrace=false -Dchangelist= -Dsha1= -Drevision=$NEW_VERSION -Dfile.encoding=UTF-8
env:
GITHUB_USERNAME: x-access-token
GITHUB_PASSWORD: ${{ secrets.GH_TOKEN }}
GITHUB_PASSWORD: ${{ secrets.GH_PAT }}
NEW_VERSION: ${{ github.event.release.tag_name }}

0 comments on commit 406a9a2

Please sign in to comment.