Skip to content

Commit

Permalink
Make use of secret
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Jun 28, 2024
1 parent 244ee7a commit 02f849c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Deploy
run: |
echo "Deploying to ${{ inputs.environment }} environment"
echo "${{ vars.MESSAGE }}"
echo "Here's our message environment variable: :${{ vars.MESSAGE }}"
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 }}"

0 comments on commit 02f849c

Please sign in to comment.