From 7e91bb97a57c0e7e9f638cc2fa34c99bdda76251 Mon Sep 17 00:00:00 2001 From: Matthew Turney Date: Mon, 18 Dec 2023 01:48:56 +0000 Subject: [PATCH 1/2] configure git author in correct place --- .github/workflows/build-and-deploy.yml | 3 +-- .github/workflows/release.yml | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 4581d7d..4e39154 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -5,6 +5,7 @@ on: tags: - 'v**' pull_request: + workflow_dispatch: concurrency: group: 'pages' @@ -18,8 +19,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - ssh-key: '${{ secrets.COMMIT_KEY }}' - name: Setup Node uses: actions/setup-node@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e56c64..c42e38e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v4 + with: + ssh-key: '${{ secrets.COMMIT_KEY }}' - name: Configure git author run: | git config --global user.name "github-actions[bot]" From 697a9f837211017eed9450a43d87f0dca808a0ca Mon Sep 17 00:00:00 2001 From: Matthew Turney Date: Mon, 18 Dec 2023 01:49:33 +0000 Subject: [PATCH 2/2] docs(changeset): Configure git author in correct place --- .changeset/tricky-bears-train.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/tricky-bears-train.md diff --git a/.changeset/tricky-bears-train.md b/.changeset/tricky-bears-train.md new file mode 100644 index 0000000..daf7716 --- /dev/null +++ b/.changeset/tricky-bears-train.md @@ -0,0 +1,5 @@ +--- +"pho3nixf1re.net": patch +--- + +Configure git author in correct place