Skip to content

Commit

Permalink
fix(release): use deploy keys for git-resources (#2864)
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerj0 authored Apr 19, 2024
1 parent 621cd28 commit 1fc1a22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/autoscaler/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ resources:
icon: github
source:
uri: git@github.com:cloudfoundry/app-autoscaler-release
private_key: ((autoscaler-ci-bot-authentication-key-private))
private_key: ((autoscaler-deploy-key-private))
branch: ((branch_name))
fetch_tags: true
paths:
Expand All @@ -118,7 +118,7 @@ resources:
icon: github
source:
uri: git@github.com:cloudfoundry/app-autoscaler-release
private_key: ((autoscaler-ci-bot-authentication-key-private))
private_key: ((autoscaler-deploy-key-private))
branch: ((branch_name))
fetch_tags: true

Expand Down
2 changes: 1 addition & 1 deletion ci/autoscaler/tasks/update-sdk/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ params:
GIT_USER_EMAIL: ApplicationAutoscaler@sap.com
UPLOADER_KEY: ((autoscaler_blobstore_uploader_key))
GITHUB_ACCESS_TOKEN: ((autoscaler_access_token))
GITHUB_PRIVATE_KEY: ((autoscaler-ci-bot-authentication-key-private))
GITHUB_PRIVATE_KEY: ((autoscaler-deploy-key-private))
type:
JAVA_DIR: java-release
GOLANG_DIR: golang-release
Expand Down
2 changes: 1 addition & 1 deletion ci/infrastructure/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resources:
icon: github
source:
uri: git@github.com:cloudfoundry/app-autoscaler-release
private_key: ((autoscaler-ci-bot-authentication-key-private))
private_key: ((autoscaler-deploy-key-private))
branch: main
fetch_tags: true
paths:
Expand Down

0 comments on commit 1fc1a22

Please sign in to comment.