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

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