Skip to content

Commit f455a21

Browse files
authored
Merge pull request #30 from CoverGo/BE-648-Use-ssh-key-for-deployment
BE-648 use SSH Key for Deploying to Tenants
2 parents 1f87de6 + e237887 commit f455a21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gflows/libs/job_deploy_tenants.lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
with:
1919
repository: #@ deploy.repository.url
2020
ref: #@ deploy.repository.branch
21-
token: #@ deploy.repository.token
21+
ssh-key: ${{ secrets.DOCUMENTATION_SSH_READONLY }}
2222
path: configs
2323
- name: Configure AWS
2424
run: #@ "printf '{}' | aws configure".format(tenant.aws_key)

github-sample/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ jobs:
11271127
with:
11281128
repository: CoverGo/Documentation
11291129
ref: master
1130-
token: ${{ secrets.CR_PAT_FULL }}
1130+
ssh-key: ${{ secrets.DOCUMENTATION_SSH_READONLY }}
11311131
path: configs
11321132
- name: Configure AWS
11331133
run: printf '${{ secrets.TAHOE_DEPLOY_AWS_KEY }}' | aws configure

0 commit comments

Comments
 (0)