diff --git a/.github/workflows/run_strudel_for_logs.yml b/.github/workflows/run_strudel_for_logs.yml new file mode 100644 index 0000000..4d71e27 --- /dev/null +++ b/.github/workflows/run_strudel_for_logs.yml @@ -0,0 +1,21 @@ + +name: run strudel-for-logs +on: + push: + branches: + - "**" + - '!main' +jobs: + run-strudel-for-logs: + uses: strudelbots/strudel-public/.github/workflows/run_strudel_for_logs.yml@v0.14.03 + 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 +