Skip to content

Commit

Permalink
strudel add logs - testing adding logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DillonOLeary committed Dec 17, 2024
1 parent c39983e commit af3c263
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/run_strudel_for_logs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

name: run strudel-for-logs
on:
push:
branches:
- "**"
- '!main'
jobs:
run-strudel-for-logs:
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 }}

permissions:
actions: write
contents: write

0 comments on commit af3c263

Please sign in to comment.