Skip to content

Commit 264789e

Browse files
committed
fix 🐛(ci): implement secure repository (#16)
Signed-off-by: Luis Mayta <luis@hadenlabs.com>
1 parent e8317eb commit 264789e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
container:
2222
image: golang:1.23
2323
steps:
24+
- name: Enabled secure repository
25+
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}"
26+
2427
- name: Check out a copy of the repo
2528
uses: actions/checkout@v4
2629
with:

0 commit comments

Comments
 (0)