diff --git a/README.md b/README.md index 8800c6f..9f9d0c3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ workflow "Test git-crypt" { } action "Unlock secrets" { - uses="./tools/github-actions/git-crypt-unlock" + uses="sliteteam/github-action-git-crypt-unlock@master" secrets=["GIT_CRYPT_KEY"] } ```