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 2d51b89 commit 22ad6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

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

0 comments on commit 22ad6f8

Please sign in to comment.