Skip to content

Commit

Permalink
log env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Vardominator committed Sep 23, 2023
1 parent 2bc8de8 commit d5f82e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v3
- name: Any Name Bash Test Step
shell: bash
env:
MAESTRO_API_KEY: ${{ secrets.MAESTRO_API_KEY }}
run: |
echo "MAESTRO_API_KEY: $MAESTRO_API_KEY"
echo ${#MAESTRO_API_KEY}
- name: Install dependencies (apt-get)
run: |
sudo apt-get update
Expand Down

0 comments on commit d5f82e9

Please sign in to comment.