Add GCP_KEY secret to the artifacts-page pipeline (#54013)

This commit is contained in:
Dimitris Sotirakis
2022-08-22 08:44:43 -05:00
committed by GitHub
parent 0923d2455c
commit ceb32a7506
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -1229,6 +1229,9 @@ def artifacts_page_step():
'depends_on': [
'grabpl',
],
'environment': {
'GCP_KEY': from_secret('gcp_key'),
},
'commands': [
'./bin/grabpl artifacts-page',
],