Improve verify workflow's handling of secrets

This commit is contained in:
Andy Wilkinson
2024-04-18 12:06:31 +01:00
parent 3479304e13
commit b48cf9b5a8
3 changed files with 19 additions and 9 deletions

View File

@@ -41,8 +41,10 @@ jobs:
staging: true
version: ${{ needs.build-and-stage-release.outputs.version }}
secrets:
repository-username: ${{ secrets.ARTIFACTORY_USERNAME }}
google-chat-webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
repository-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
repository-username: ${{ secrets.ARTIFACTORY_USERNAME }}
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
sync-to-maven-central:
name: Sync to Maven Central
needs: