We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f87de6 + e237887 commit f455a21Copy full SHA for f455a21
.gflows/libs/job_deploy_tenants.lib.yml
@@ -18,7 +18,7 @@
18
with:
19
repository: #@ deploy.repository.url
20
ref: #@ deploy.repository.branch
21
- token: #@ deploy.repository.token
+ ssh-key: ${{ secrets.DOCUMENTATION_SSH_READONLY }}
22
path: configs
23
- name: Configure AWS
24
run: #@ "printf '{}' | aws configure".format(tenant.aws_key)
github-sample/workflows/build-publish.yml
@@ -1127,7 +1127,7 @@ jobs:
1127
1128
repository: CoverGo/Documentation
1129
ref: master
1130
- token: ${{ secrets.CR_PAT_FULL }}
1131
1132
1133
run: printf '${{ secrets.TAHOE_DEPLOY_AWS_KEY }}' | aws configure
0 commit comments