Skip to content

Commit

Permalink
Merge pull request #21 from pho3nixf1re/deloy-key-wrong-place
Browse files Browse the repository at this point in the history
Deloy key wrong place
  • Loading branch information
pho3nixf1re authored Dec 18, 2023
2 parents 665926b + 697a9f8 commit fbc5eef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-bears-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pho3nixf1re.net": patch
---

Configure git author in correct place
3 changes: 1 addition & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
tags:
- 'v**'
pull_request:
workflow_dispatch:

concurrency:
group: 'pages'
Expand All @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down

0 comments on commit fbc5eef

Please sign in to comment.