How to fill a prompt asking for input with a secret in Github Actions?

后端 未结 0 510
北海茫月
北海茫月 2020-12-22 03:15

Doing the following step inside a job:

name: Add Secret Key
  run: ssh-add - <<< "${{ secrets.SECRET_KEY }}"

I get prompte

相关标签:
回答
  • 消灭零回复
提交回复
热议问题