Skip to content

change workflow to use vars #298

change workflow to use vars

change workflow to use vars #298

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- main
release:
types: [created, edited]
pull_request:
name: Main
jobs:
cache:
uses: ./.github/workflows/cache.yaml
run_tests:
uses: ./.github/workflows/run_tests.yaml

Check failure on line 16 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / Main

Invalid workflow file

The workflow is not valid. In .github/workflows/main.yaml (Line: 16, Col: 11): Error from called workflow Ramilito/kubesess/.github/workflows/run_tests.yaml@3acb371a82e80812f1b8d11bf3fdc761393df1b3 (Line: 3, Col: 5): Unexpected value 'vars'
secrets:
KUBECONFIG: ${{ secrets.KUBECONFIG }}
package_and_release:
if: github.event_name == 'release'
uses: ./.github/workflows/package_and_release.yaml
bump_brew:
needs: package_and_release
if: github.event_name == 'release'
uses: ./.github/workflows/bump_brew.yaml
secrets:
TOKEN: ${{ secrets.HOMEBREW }}