Skip to content

Commit 914ac1b

Browse files
committed
fix(ci/cd): environment vars can only be used from reusable workflow [skip ci]
1 parent 24df313 commit 914ac1b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/prod.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@ on:
1313

1414
jobs:
1515
promote-staging-to-production:
16-
uses: IMIO/gha-workflows/.github/workflows/promote-staging-to-production.yml@52677f55dd458fe3736fc999cfdaacfca5bf0049
16+
uses: IMIO/gha-workflows/.github/workflows/promote-staging-to-production.yml@65e35515ece838830a6272586394164f5986bb76
1717
with:
18-
github_environment: production
1918
image_name: ${{ vars.IMAGE_NAME }}
20-
image_tag_staging: ${{ vars.IMAGE_TAG_STAGING }}
19+
image_tag_staging: '${{ vars.IMAGE_TAG_STAGING }}'
2120
image_tag_production: ${{ vars.IMAGE_TAG_PRODUCTION }}
2221
rundeck_job_id: ${{ vars.RUNDECK_JOB_ID }}
23-
node_name: ${{ vars.NODE_NAME }}
2422
runner_label: gha-runners-smartweb
25-
schedule_time: '03:00'
2623
service_name: ${{ vars.SERVICE_NAME }}
2724
quick_release: ${{ inputs.quick_release || false }}
2825
secrets:

0 commit comments

Comments
 (0)