We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af77bd3 commit 7ae4f47Copy full SHA for 7ae4f47
.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: s4u/[email protected]
24
with:
25
githubServer: false
26
- servers: '[{"id": "github", "username": "Travja", "password": "${{ secrets.GITHUB_TOKEN }}"}]'
+ servers: '[{"id": "promcteam", "username": "Travja", "password": "${{ secrets.GITHUB_TOKEN }}"}]'
27
- name: Build with Maven
28
run: mvn clean package -e
29
env:
0 commit comments