Add environment variable for SSH-KEY in workflow

This commit is contained in:
镀铬酸钾
2026-01-23 00:43:07 +08:00
committed by GitHub
parent 4da8f42f0d
commit 3347dd46c7

View File

@@ -15,6 +15,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
environment: SSH-KEY
steps:
- uses: actions/checkout@v4