Update maven-publish.yml

This commit is contained in:
Yevhenii Pokhvalii 2021-03-12 17:54:26 +02:00 committed by GitHub
parent 5aeaa09487
commit aad222e322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ jobs:
token: ${{ secrets.REPO_ACCESS_TOKEN }} token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: YevheniiPokhvalii/spring-petclinic-gitops-test repository: YevheniiPokhvalii/spring-petclinic-gitops-test
event-type: kubernetes-event event-type: kubernetes-event
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ GITHUB_SHA }}"}' client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
# - name: Docker Deploy # - name: Docker Deploy
# run: | # run: |