Skip to content

Commit

Permalink
Merge pull request #364 from jenkinsci/gm/setup-to-v1
Browse files Browse the repository at this point in the history
Update cd.yaml
  • Loading branch information
gmcdonald authored Nov 19, 2024
2 parents 9dad429 + c38477a commit 0b79b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
maven-cd:
uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@setup # TODO main after https://github.com/jenkins-infra/github-reusable-workflows/pull/1
uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1 # TODO main after https://github.com/jenkins-infra/github-reusable-workflows/pull/1
secrets:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}

0 comments on commit 0b79b98

Please sign in to comment.