mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
chore: change secrets name
This commit is contained in:
parent
c51978aed3
commit
8b4bc930ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven-build.yml
vendored
2
.github/workflows/maven-build.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PAT }}
|
||||||
- name: Generate semantic version
|
- name: Generate semantic version
|
||||||
id: semver
|
id: semver
|
||||||
uses: paulhatch/semantic-version@v5.0.2
|
uses: paulhatch/semantic-version@v5.0.2
|
||||||
|
|
Loading…
Reference in a new issue