File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ inputs:
17
17
github_token :
18
18
description : ' The GitHub token'
19
19
required : true
20
+ agol_org :
21
+ description : ' The ArcGIS Online organization'
22
+ required : true
23
+ tag_name :
24
+ description : ' The tag name'
25
+ required : true
20
26
21
27
runs :
22
28
using : composite
82
88
timeout : 60m
83
89
secrets : |
84
90
/secrets/app/secrets.json=secrets:latest
91
+ env_vars : |-
92
+ AGOL_ORG=${{ inputs.agol_org }}
93
+ TAG_NAME=${{ inputs.tag_name }}
85
94
flags : |
86
95
--memory=512Mi
87
96
--service-account=cloud-run-sa@${{ inputs.project_id }}.iam.gserviceaccount.com
Original file line number Diff line number Diff line change 79
79
service_account_email : ${{ secrets.SERVICE_ACCOUNT_EMAIL }}
80
80
pause_schedule_job : ' yes'
81
81
github_token : ${{ secrets.GITHUB_TOKEN }}
82
+ agol_org : ${{ vars.AGOL_ORG }}
83
+ tag_name : ${{ vars.TAG_NAME }}
Original file line number Diff line number Diff line change 33
33
identity_provider : ${{ secrets.IDENTITY_PROVIDER }}
34
34
service_account_email : ${{ secrets.SERVICE_ACCOUNT_EMAIL }}
35
35
github_token : ${{ secrets.GITHUB_TOKEN }}
36
+ agol_org : ${{ vars.AGOL_ORG }}
37
+ tag_name : ${{ vars.TAG_NAME }}
36
38
37
39
deploy-firebase-prod :
38
40
name : Deploy Firebase project to production
You can’t perform that action at this time.
0 commit comments