strudel remove logs - testing removal #2
Workflow file for this run
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
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 | |