Skip to content

Commit

Permalink
Adding strudel to project
Browse files Browse the repository at this point in the history
  • Loading branch information
DillonOLeary committed Dec 17, 2024
1 parent 2611e82 commit c39983e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/strudel-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: run strudel-test
on:
workflow_dispatch:
push:
branches:
- '**'
- (!main)
jobs:
run-strudel-test:
uses: strudelbots/strudel-public/.github/workflows/[email protected]
with:
# Make sure to change the name of your master branch if it is not main
master_branch: main
secrets:
strudel_access_key: ${{ secrets.STRUDEL_ACCESS_KEY_ID }}
strudel_secret_key: ${{ secrets.STRUDEL_SECRET_KEY }}

0 comments on commit c39983e

Please sign in to comment.