From 626045de6b2af4d3def582331e3671241e519277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michalina=20Ciencia=C5=82a?= Date: Tue, 20 Jun 2023 10:07:13 +0200 Subject: [PATCH] Use correct id in committer's e-mail --- .github/workflows/contracts-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contracts-docs.yml b/.github/workflows/contracts-docs.yml index 142f2fc4f..4f88ab6ae 100644 --- a/.github/workflows/contracts-docs.yml +++ b/.github/workflows/contracts-docs.yml @@ -79,7 +79,7 @@ jobs: destinationRepo: threshold-network/threshold destinationFolder: ./docs/app-development/tbtc-v2/tbtc-v2-api destinationBaseBranch: main - userEmail: 8324465+thesis-valkyrie@users.noreply.github.com + userEmail: 38324465+thesis-valkyrie@users.noreply.github.com userName: Valkyrie secrets: githubToken: ${{ secrets.THRESHOLD_DOCS_GITHUB_TOKEN }}