Skip to content

Commit cf61841

Browse files
committed
try runner.tmp
1 parent 8d73405 commit cf61841

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/refresh.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
steps:
1111
- name: Create registration directory
1212
run: |
13-
mkdir /tmp/registration
13+
mkdir ${{ runner.temp }}/registration
1414
- name: Retrieve secrets from Keeper
1515
id: ksecrets
1616
uses: Keeper-Security/ksm-action@master
1717
with:
1818
keeper-secret-config: ${{ secrets.KSM_CONFIG }}
1919
secrets: |-
20-
lv4qSA1x9r_hBnPhx-HX_A/file/mulesoft_test_reg.yml > file:/tmp/registration/cur_registration.yaml
20+
lv4qSA1x9r_hBnPhx-HX_A/file/mulesoft_test_reg.yml > file:${{ runner.temp }}/registration/cur_registration.yaml
2121
LXdIN2HmAPOOPec9x79Iew/field/login > env:FLEXCTL_LOGIN
2222
LXdIN2HmAPOOPec9x79Iew/field/password > env:FLEXCTL_PASSWORD
2323
- name: Docker pull flex-Gateway
@@ -26,5 +26,5 @@ jobs:
2626
- name: Check registration
2727
run: |
2828
docker run --entrypoint flexctl \
29-
-v "/tmp/registration":/tmp/registration \
29+
-v "${{ runner.temp }}/registration":/tmp/registration \
3030
registration inspect -f /tmp/registration/cur_registration.yaml

0 commit comments

Comments
 (0)