Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiritZhou committed Dec 19, 2023
1 parent 4bf5af4 commit 67bb7a1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/secret.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Get Secret

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

0 comments on commit 67bb7a1

Please sign in to comment.