Skip to content

Commit

Permalink
env 문제인가2
Browse files Browse the repository at this point in the history
  • Loading branch information
eumppe committed Jan 2, 2024
1 parent b12f453 commit 4c7a097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: maybe env
env:
Vault_Token: ${{ secrets.VAULT_TOKEN }}
run: echo "${GITHUB_REF#refs/tags/} and ${{env.Vault_Token}}"
run: echo "${GITHUB_REF#refs/tags/} and ${{env.Vault_Token}}" >> from_env.txt

0 comments on commit 4c7a097

Please sign in to comment.