-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2611e82
commit c39983e
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
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
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 }} |