Skip to content

Commit 2721272

Browse files
authored
try this
1 parent 857193f commit 2721272

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/to_delete.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on: push
2+
3+
jobs:
4+
create-envfile:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Make File
8+
uses: SpicyPizza/create-envfile@v2.0
9+
with:
10+
envkey_SECRETS: ${{ toJSON(secrets) }}
11+
file_name: .env
12+
fail_on_empty: false
13+
- name: Upload
14+
uses: actions/upload-artifact@v4
15+
with:
16+
name: cats
17+
path: .

0 commit comments

Comments
 (0)