From 272127250926d013f5cc366e4e32cbb8a28cc703 Mon Sep 17 00:00:00 2001 From: Michael Carlone Date: Mon, 13 Jan 2025 11:24:49 -0500 Subject: [PATCH] try this --- .github/workflows/to_delete.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/to_delete.yml diff --git a/.github/workflows/to_delete.yml b/.github/workflows/to_delete.yml new file mode 100644 index 00000000..53a57cd1 --- /dev/null +++ b/.github/workflows/to_delete.yml @@ -0,0 +1,17 @@ +on: push + +jobs: + create-envfile: + runs-on: ubuntu-latest + steps: + - name: Make File + uses: SpicyPizza/create-envfile@v2.0 + with: + envkey_SECRETS: ${{ toJSON(secrets) }} + file_name: .env + fail_on_empty: false + - name: Upload + uses: actions/upload-artifact@v4 + with: + name: cats + path: . \ No newline at end of file