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 4ef9c57 commit 265b95dCopy full SHA for 265b95d
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