Skip to content

Commit 2193010

Browse files
committed
Cleanup deployment test
1 parent 02f849c commit 2193010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
- name: Deploy
2323
run: |
2424
echo "Deploying to ${{ inputs.environment }} environment"
25-
echo "Here's our message environment variable: :${{ vars.MESSAGE }}"
26-
echo "This is our API_KEY (it won't be logged for security reasons, but we can prove that it's there and that we can access it): ${{ secrets.API_KEY }}"
25+
echo "This is our MESSAGE environment variable: ${{ vars.MESSAGE }}"
26+
echo "This is our API_KEY secret (it won't be logged for security reasons, but we can prove that it is accessible): ${{ secrets.API_KEY }}"

0 commit comments

Comments
 (0)