File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments