Skip to content

strudel remove logs - testing removal #2

strudel remove logs - testing removal

strudel remove logs - testing removal #2

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