test secret
This commit is contained in:
parent
06caab8efc
commit
2dd0e93d6d
|
@ -25,4 +25,6 @@ jobs:
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Run a one-line script
|
- name: Run a one-line script
|
||||||
run: /bin/bash websitetoto.sh push.list
|
run: |
|
||||||
|
echo ${{ secrets.TEST1 }}
|
||||||
|
/bin/bash websitetoto.sh push.list
|
||||||
|
|
Loading…
Reference in New Issue