Skip to content

Commit

Permalink
chore:use deploy key instead of a PAT.
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Want-ToBelieve committed Nov 25, 2023
1 parent 881bef2 commit 5d81753
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .changeset/lemon-suits-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"krohnkite-core": patch
"yakite": patch
"yakite-bridge": patch
"yakite-config": patch
"yakite-daemon": patch
"yakite-message": patch
"yakite-toast": patch
"yakite-yabai": patch
---

chore: use deploy key instead of a PAT.
2 changes: 1 addition & 1 deletion .github/workflows/release-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish to Crates.io

on:
push:
tags: # only
tags:
- 'yakite@*'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout Branch
uses: actions/checkout@v4
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
ssh-key: ${{ secrets.DEPLOY_KEY }}

- name: Install Nix
uses: cachix/install-nix-action@v23
Expand Down

0 comments on commit 5d81753

Please sign in to comment.