Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
anddann committed Oct 20, 2024
1 parent 39efccc commit 8ee9674
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ jobs:
"id": "github-anddann",
"username": "${{ secrets.ACTOR }}",
"password": "${{ secrets.DEPLOY_GITHUB_TOKEN }}"
}]
},
{
"id": "github",
"username": "${{ secrets.ACTOR }}",
"password": "${{ secrets.DEPLOY_GITHUB_TOKEN }}"
}
]
- name: Build with Maven
run: mvn -B package --file pom.xml
# Shared REPO requies different token <!-- https://dev.to/jakub_zalas/how-to-publish-maven-packages-to-a-single-github-repository-3lkc -->
Expand Down

0 comments on commit 8ee9674

Please sign in to comment.