mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-16 12:59:12 +00:00
Testing publish secret
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -7,5 +7,7 @@ on:
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
HELLO: ${{ secrets.HELLO }}
|
||||
steps:
|
||||
- run: echo "Hello yo"
|
||||
- run: echo "wow-- $HELLO"
|
||||
|
||||
Reference in New Issue
Block a user