Skip to content

Revert "fix: [VIO-3010] Attempt to use private workflows" #3

Revert "fix: [VIO-3010] Attempt to use private workflows"

Revert "fix: [VIO-3010] Attempt to use private workflows" #3

Workflow file for this run

name: release
on:
workflow_run:
workflows: [build]
types:
- completed
push:
branches:
- vio-3010-github-actions
# tags:
# - 'v*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Update Helm Chart
uses: vapor-ware/chart-releaser-action@v1
env:
GITHUB_TOKEN: ${{ secrets.VIO_PUBLIC_REPO }}
with:
args: update --diff --debug --dry-run