Skip to content

Commit a3ff11b

Browse files
committed
Try again with a different username
1 parent 53a7ef6 commit a3ff11b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: '11'
2121
distribution: 'zulu'
2222
server-id: github-bonej-plus
23-
server-username: GITHUB_ACTOR
23+
server-username: ${{ secrets.PAT_USERNAME }}
2424
server-password: ${{ secrets.BONEJ_PLUS_REPO }}
2525

2626
- name: Set up Java for beancounter repo
@@ -29,7 +29,7 @@ jobs:
2929
java-version: '11'
3030
distribution: 'zulu'
3131
server-id: github-beancounter
32-
server-username: GITHUB_ACTOR
32+
server-username: ${{ secrets.PAT_USERNAME }}
3333
server-password: ${{ secrets.BONEJ_PLUS_REPO }}
3434

3535
# Needed if the cache is out of whack and needs to be totally refreshed

0 commit comments

Comments
 (0)