diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-17 14:09:32 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-17 14:09:32 -0500 |
| commit | 0ce5b01a475697fc5c5794ce1b6ab3216999638b (patch) | |
| tree | aaa1af3f04bae3aa45675cda310dfefb526f2295 /.github/workflows/pipeline_run.yml | |
| parent | 204aa7650ebf851f11d48ade0c846079aa88c966 (diff) | |
| download | ghasandbox-0ce5b01a475697fc5c5794ce1b6ab3216999638b.tar.gz | |
OK
Diffstat (limited to '.github/workflows/pipeline_run.yml')
| -rw-r--r-- | .github/workflows/pipeline_run.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pipeline_run.yml b/.github/workflows/pipeline_run.yml index bc5abb6..4a27849 100644 --- a/.github/workflows/pipeline_run.yml +++ b/.github/workflows/pipeline_run.yml @@ -64,8 +64,8 @@ jobs: - name: Mount data area uses: ./.github/actions/sshfs with: - user: abcd - password: efghijk + user: ${{ secrets.SVC_SSHFS_USER }} + password: ${{ secrets.SVC_SSHFS_PASS }} remote_host: example.tld remote_dir: /data local_dir: /mydata |
