Skip to content

Commit

Permalink
Update test_var.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinmassaro authored Feb 21, 2024
1 parent ee6f8ec commit 02fa870
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test_var.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,18 @@ jobs:
RELEASE_BRANCH: ${{ vars.RELEASE_BRANCH }}
run: |
echo "The release branch is: $RELEASE_BRANCH"
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 02fa870

Please sign in to comment.