From af3c26367e3a358770a737793a014523b231596e Mon Sep 17 00:00:00 2001 From: Dillon O'Leary Date: Tue, 17 Dec 2024 19:20:28 +0000 Subject: [PATCH] strudel add logs - testing adding logs --- .github/workflows/run_strudel_for_logs.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/run_strudel_for_logs.yml 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 +