Skip to content

Commit d579d44

Browse files
Abel Salgado Romeroabelsromero
authored andcommitted
Update release pipeline to use GH token
1 parent 5e7e5a5 commit d579d44

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
ci-image-tag: ((ci-image-tag))
4242
- put: artifactory-repo
4343
params: &artifactory-params
44+
signing_key: ((signing-key))
45+
signing_passphrase: ((signing-passphrase))
4446
repo: libs-snapshot-local
4547
folder: distribution-repository
4648
build_uri: "${ATC_EXTERNAL_URL}/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}"
@@ -227,7 +229,7 @@ resources:
227229
type: git
228230
source:
229231
uri: ((github-repo))
230-
username: ((github-username))
232+
username: ((github-token))
231233
password: ((github-password))
232234
branch: ((branch))
233235
ignore_paths: ["ci/images/*"]
@@ -237,7 +239,7 @@ resources:
237239
type: git
238240
source:
239241
uri: ((github-repo))
240-
username: ((github-username))
242+
username: ((github-token))
241243
password: ((github-password))
242244
branch: ((github-username))/staging
243245

0 commit comments

Comments
 (0)