Testing publish secret

This commit is contained in:
Akshay Nair
2020-10-06 22:43:01 +05:30
parent 0db3769c8d
commit cd72504dfd
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -7,5 +7,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
env:
HELLO: ${{ secrets.HELLO }}
steps:
- run: echo "Hello yo"
- run: echo "wow-- $HELLO"