Skip to content

Commit

Permalink
refactor(workflows): 🎉 update action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Dec 11, 2023
1 parent 1075fdd commit 5f50afd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
run: echo "::set-output name=version::$(node -e 'console.log(require("./package.json").version)')"

- name: Set environment secret to env variable
environment: test
run: |
export MY_SECRET_VARIABLE="${{ environments.test.TESTIKO }}"
- name: test echo
environment: test
run: echo $MY_SECRET_VARIABLE

- name: Build the Docker Image
Expand Down

0 comments on commit 5f50afd

Please sign in to comment.