Skip to content

Commit

Permalink
update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsinghal87 committed Feb 22, 2024
1 parent 8c91925 commit 45486d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
environment: test
runs-on: ubuntu-latest
steps:
- name: test secrets
run: echo "ENV secrets from github environment settings" - ${{secrets.MY_SECRET}}
- name: test environment secrets
run: |
echo "ENV secrets from github environment settings" - ${{secrets.MY_SECRET}}
echo "Above echo will not print the value, since secret is actually a secret and not exposed anywhere"

0 comments on commit 45486d9

Please sign in to comment.