From 479c393eabee8d8cfa4431f9fc933d60d7731c08 Mon Sep 17 00:00:00 2001 From: loqimean Date: Mon, 2 Dec 2024 13:50:04 +0200 Subject: [PATCH] remove me --- .github/workflows/test.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 000000000..6f706dd88 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,19 @@ +on: push +jobs: + create-envfile: + runs-on: ubuntu-latest + steps: + - name: Make envfile + uses: SpicyPizza/create-envfile@v2.0 + with: + envkey_DEBUG: false + envkey_SECRET_KEY: ${{ secrets.MASTER_KEY }} + directory: . + file_name: .env + fail_on_empty: false + sort_keys: false + - name: Upload artifact + uses: actions/upload-artifact@v3 + with: + name: cats + path: .