Skip to content

Commit

Permalink
remove me
Browse files Browse the repository at this point in the history
  • Loading branch information
loqimean committed Dec 2, 2024
1 parent 7d2dc81 commit 479c393
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on: push
jobs:
create-envfile:
runs-on: ubuntu-latest
steps:
- name: Make envfile
uses: SpicyPizza/[email protected]
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: .

0 comments on commit 479c393

Please sign in to comment.