Skip to content

Commit

Permalink
Test secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Snyder committed Apr 9, 2023
1 parent 869cbf3 commit 98c283e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- run: npm install -g pnpm
- run: pnpm --version
- run: make --version
- shell: bash
env:
- env:
TEST_VAR: ${{ secrets.TEST }}
run: echo "$(TEST_VAR)"
run: echo "$TEST_VAR"

0 comments on commit 98c283e

Please sign in to comment.