Skip to content

Commit

Permalink
Merge pull request #18 from pho3nixf1re/fix-release-tag
Browse files Browse the repository at this point in the history
Use deploy key to allow triggering other workflows
  • Loading branch information
pho3nixf1re authored Dec 18, 2023
2 parents adcc3ad + 7730204 commit e2379b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/loud-forks-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pho3nixf1re.net": patch
---

allow workflows to trigger other workflows
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ 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

0 comments on commit e2379b7

Please sign in to comment.