Skip to content

Commit

Permalink
maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhong5297 committed Nov 28, 2023
1 parent 0faadf2 commit 67ab258
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
run: python -u github_workflows/action.py

- name: Print name
run: echo "Hello ${{ENV_TEST}}"
run: echo "Hello ${{ secrets.ENV_TEST }}"


0 comments on commit 67ab258

Please sign in to comment.