There was an error while loading. Please reload this page.
1 parent 28d34b7 commit dacda2fCopy full SHA for dacda2f
2 files changed
.github/workflows/ci.yaml
@@ -18,6 +18,9 @@ jobs:
18
uses: actions/checkout@v4
19
with:
20
fetch-depth: 0
21
+ - name: Avoid dubious ownership error
22
+ run: |
23
+ git config --global --add safe.directory '*'
24
- name: Secret Scanning
25
uses: trufflesecurity/trufflehog@main
26
.github/workflows/refresh.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Renew registration
36
run: |
37
docker run --rm --entrypoint flexctl \
38
- -u $UID -v "${{ runner.temp }}/registration":/tmp/registration
+ -u $UID -v "${{ runner.temp }}/registration":/tmp/registration \
39
mulesoft/flex-gateway \
40
registration renew \
41
--client-id=$FLEXCTL_LOGIN \
0 commit comments