Skip to content

Commit

Permalink
ci: set environment to Main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascenio committed Jul 7, 2024
1 parent 5b7f02f commit 4e2b3cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ jobs:

test-env:
runs-on: ubuntu-latest
environment: Main
steps:
- name: Create .env file
- name: Create env file
env:
HELLO: ${{ env.HELLO }}
run: printenv HELLO > env.json
ENV_FILE: ${{ secrets.ENV_FILE }}
run: printenv ENV_FILE > env.json
- run: cat env.json

0 comments on commit 4e2b3cc

Please sign in to comment.