Skip to content

Commit

Permalink
Add /github/workspace as a safe repository (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: David Miguel <david@brxsapp.com>
  • Loading branch information
wzieba and davidmigloz authored Jun 20, 2022
1 parent 5b1cf18 commit 9bc1d48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh

# Required since https://github.blog/2022-04-12-git-security-vulnerability-announced
git config --global --add safe.directory $GITHUB_WORKSPACE

RELEASE_NOTES=""
RELEASE_NOTES_FILE=""

Expand Down

0 comments on commit 9bc1d48

Please sign in to comment.