Expand chainsaw test #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy on kind | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
kind-deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Install Chainsaw | |
uses: kyverno/[email protected] | |
- name: Create Kind Cluster | |
uses: helm/[email protected] | |
- name: Chainsaw test | |
run: chainsaw test | |
env: | |
BITWARDEN_ACCESS_TOKEN: ${{ secrets.BITWARDEN_ACCESS_TOKEN }} |