steps:
steps:
- name: Hello world action
with: # Set the secret as an input
super_secret: ${{ secrets.SuperSecret }}
env: # Or as an environment variable
super_secret: ${{ secrets.SuperSecret }
_Originally posted by @flynnjustin24 in https://github.com/nodejs/node/issues/31481#issuecomment-3866528489_
关闭于 2026-02-08 1 条评论