aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pipeline_run.yml4
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