Skip to content

Commit

Permalink
add env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmv committed Jun 4, 2024
1 parent c1d1eac commit c14e64f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Show Me the S3cr3tz
on: [push]
on: push

jobs:
debug:
name: Debug
create-envfile:
runs-on: ubuntu-latest

steps:
# - name: Check out code
# uses: actions/checkout@v2

- name: Set up secret file
env:
AUTH_URL: ${{ secrets.AUTH_URL }}
USERNAME: ${{ secrets.USERNAME }}
run: echo -n "${{ secrets.AUTH_URL }}" | xxd -ps
- 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 c14e64f

Please sign in to comment.