Skip to content

Add workflows to test Strudel #1

Add workflows to test Strudel

Add workflows to test Strudel #1

Workflow file for this run

name: run strudel-test
on:
workflow_dispatch:
push:
branches:
- "**"
- (!main)
jobs:
run-strudel-test:
uses: strudelbots/strudel-public/.github/workflows/[email protected]
with:
master_branch: main
secrets:
strudel_access_key: ${{ secrets.STRUDEL_ACCESS_KEY_ID }}
strudel_secret_key: ${{ secrets.STRUDEL_SECRET_KEY }}