Skip to content

Commit b121898

Browse files
committed
workflow secrets
1 parent 620022e commit b121898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- name: Build with Maven
2424
run: mvn -s $GITHUB_WORKSPACE/.github/workflows/settings.xml -B package --file pom.xml
2525
env:
26-
USER_NAME: ${{ secrets.USER_NAME }}
27-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
26+
GH_USERNAME: ${{ secrets.GH_USERNAME }}
27+
GH_PAT: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)