Skip to content

Update echo to new template #55

Update echo to new template

Update echo to new template #55

Workflow file for this run

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
on:
push:
branches:
- 'main'
name: Push Workflow
jobs:
# terraform:
# uses: ./.github/workflows/terraform.yml
# secrets:
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
helm:
uses: ./.github/workflows/helm.yml
# needs: [ terraform ]
secrets:
DIGITAL_OCEAN_API_KEY: ${{ secrets.DIGITAL_OCEAN_API_KEY }}