Skip to content

Commit 6975539

Browse files
committed
misc: Update release workflow to mark the real git directory as safe
1 parent 397a603 commit 6975539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# https://github.blog/2022-04-12-git-security-vulnerability-announced/
2626
- name: Pacify git's permission check
27-
run: git config --global --add safe.directory /__w/
27+
run: git config --global --add safe.directory /__w/cockpit-subscriptions/cockpit-subscriptions
2828

2929
- name: Workaround for https://github.com/actions/checkout/pull/697
3030
run: git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags)

0 commit comments

Comments
 (0)