Skip to content

Commit 9fca1b1

Browse files
committed
Fix copilot setup failing in 1.19
1 parent f1f82bb commit 9fca1b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: 'Build'
4646
run: ./gradlew build --no-daemon
4747
env:
48-
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
49-
MAVEN_KEY: ${{ secrets.MAVEN_KEY }}
48+
MAVEN_USERNAME: ${{ github.actor }}
49+
MAVEN_KEY: ${{ secrets.GITHUB_TOKEN }}
5050
GITHUB_USER: ${{ github.actor }}
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
- name: 'Warmup for game test server'

0 commit comments

Comments
 (0)