Skip to content

Commit dacda2f

Browse files
committed
Fix both
1 parent 28d34b7 commit dacda2f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21+
- name: Avoid dubious ownership error
22+
run: |
23+
git config --global --add safe.directory '*'
2124
- name: Secret Scanning
2225
uses: trufflesecurity/trufflehog@main
2326
with:

.github/workflows/refresh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Renew registration
3636
run: |
3737
docker run --rm --entrypoint flexctl \
38-
-u $UID -v "${{ runner.temp }}/registration":/tmp/registration
38+
-u $UID -v "${{ runner.temp }}/registration":/tmp/registration \
3939
mulesoft/flex-gateway \
4040
registration renew \
4141
--client-id=$FLEXCTL_LOGIN \

0 commit comments

Comments
 (0)