From 40b2ea90311c67f81b40adf11bab152f015186fe Mon Sep 17 00:00:00 2001 From: max furman Date: Fri, 20 Feb 2026 10:23:45 -0800 Subject: [PATCH] ci: use step-ci as gh author instead of step-travis-ci --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49af31ffa..fa727795f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -140,7 +140,7 @@ jobs: cd ./docs git config user.email "eng+ci@smallstep.com" - git config user.name "step-travis-ci" + git config user.name "step-ci" # Configure GH commit signing key. git config --global commit.gpgsign true