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
+2 -1
View File
@@ -11,7 +11,8 @@ jobs:
- uses: borales/actions-yarn@v2.0.0
with:
cmd: install
- uses: borales/actions-yarn@v2.0.0
- name: Running tests
uses: borales/actions-yarn@v2.0.0
with:
cmd: test
label:
+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"