Skip to content

Commit

Permalink
Token name change
Browse files Browse the repository at this point in the history
  • Loading branch information
madsop-nav committed Feb 14, 2024
1 parent 58b27a5 commit 73a1b61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
title: openhtmltopdf.dev
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.WRITE_PACKAGE_TOKEN }}
- name: Upload artifact
run: mvn -B deploy -Dgithub-release -Dversion="dev.$(echo $GITHUB_SHA | cut -c 1-12).dev"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.WRITE_PACKAGE_TOKEN }}

release:
name: Create release
Expand All @@ -80,8 +80,8 @@ jobs:
with:
title: openhtmltopdf
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.WRITE_PACKAGE_TOKEN }}
- name: Upload artifact
run: mvn -B deploy -Dgithub-release -Dversion="dev.$(echo $GITHUB_SHA | cut -c 1-12).dev"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.WRITE_PACKAGE_TOKEN }}

0 comments on commit 73a1b61

Please sign in to comment.