Skip to content

inheriting secrets in workflow #41

inheriting secrets in workflow

inheriting secrets in workflow #41

Workflow file for this run

name: test_deployment
on:
push:
branches:
- '*'
env:
DOCKER_HUB_ORG: gioelkin
DOCKER_REPO: tethysapp-ciroh-portal
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
call-deployment-workflow:
uses: CIROH-UA/tethysportal-ciroh/.github/workflows/helm_deploy.yml@fix_deployment_actions
with:
dry-run: true
secrets: inherit