We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a7ef6 commit a3ff11bCopy full SHA for a3ff11b
1 file changed
.github/workflows/build-pr.yml
@@ -20,7 +20,7 @@ jobs:
20
java-version: '11'
21
distribution: 'zulu'
22
server-id: github-bonej-plus
23
- server-username: GITHUB_ACTOR
+ server-username: ${{ secrets.PAT_USERNAME }}
24
server-password: ${{ secrets.BONEJ_PLUS_REPO }}
25
26
- name: Set up Java for beancounter repo
@@ -29,7 +29,7 @@ jobs:
29
30
31
server-id: github-beancounter
32
33
34
35
# Needed if the cache is out of whack and needs to be totally refreshed
0 commit comments