Skip to content

Commit

Permalink
Improve naming of secret in main-build-workflow. (#663)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Israel <jonas.israel@sap.com>
  • Loading branch information
Jonas-Isr and Jonas Israel authored Dec 10, 2024
1 parent de1949a commit d18f085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
ci-run-id: ${{ needs.run-ci.outputs.ci-run-id }}
repository-url: "https://common.repositories.cloud.sap/artifactory/build-snapshots-cloudsdk"
repository-username: ${{ secrets.ARTIFACTORY_USER }}
repository-password: ${{ secrets.ARTIFACTORY_TOKEN }}
repository-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
release-artifact-name: ${{ env.RELEASE_ARTIFACT_NAME }}

notify-job:
Expand Down

0 comments on commit d18f085

Please sign in to comment.