Skip to content

feat(config): support watching k8s secrets directly as token sources #56

feat(config): support watching k8s secrets directly as token sources

feat(config): support watching k8s secrets directly as token sources #56

Workflow file for this run

name: 'Test'
on:
pull_request:
merge_group:
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Call Dagger Function
uses: dagger/dagger-for-github@v5
with:
version: "0.11.6"
verb: call
args: test-unit --source .
integration:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Call Dagger Function
uses: dagger/dagger-for-github@v5
with:
version: "0.11.6"
verb: call
args: test-integration --source .