Skip to content

Commit 7529a0b

Browse files
author
1dson
committed
Merge branch 'master' of https://github.com/dvsa/vol-accessibility-lib into gitHubPackages
2 parents b8f3390 + 6e08b6f commit 7529a0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
distribution: 'temurin'
2626
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
2727
settings-path: ${{ github.workspace }} # location for the settings.xml file
28-
server-password: DVSA_AWS_REGION # env variable name for GitHub Personal Access Token
28+
server-username: GITHUB_USER_REF # env variable name for username
29+
server-password: GITHUB_TOKEN_REF # env variable name for GitHub Personal Access Token
2930

3031
- name: Build with Maven
3132
run: mvn -B -Pgithub package --file pom.xml

0 commit comments

Comments
 (0)