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 f1f82bb commit 9fca1b1Copy full SHA for 9fca1b1
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -45,8 +45,8 @@ jobs:
45
- name: 'Build'
46
run: ./gradlew build --no-daemon
47
env:
48
- MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
49
- MAVEN_KEY: ${{ secrets.MAVEN_KEY }}
+ MAVEN_USERNAME: ${{ github.actor }}
+ MAVEN_KEY: ${{ secrets.GITHUB_TOKEN }}
50
GITHUB_USER: ${{ github.actor }}
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
- name: 'Warmup for game test server'
0 commit comments