Testing secrets again
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Anthony Wang 2022-01-19 20:36:44 -06:00
parent 809c8f12b6
commit 8d4df50dd7

View file

@ -14,5 +14,5 @@ pipeline:
image: none
commands:
- neofetch
- echo $PASSWORD
- if [ $PASSWORD = "helloworld" ]; then echo "YAY"; fi
secrets: [ password ]