diff --git a/.changeset/lemon-suits-grin.md b/.changeset/lemon-suits-grin.md new file mode 100644 index 0000000..2af8f83 --- /dev/null +++ b/.changeset/lemon-suits-grin.md @@ -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. diff --git a/.github/workflows/release-crates.yml b/.github/workflows/release-crates.yml index 85afe89..d11d859 100644 --- a/.github/workflows/release-crates.yml +++ b/.github/workflows/release-crates.yml @@ -2,7 +2,7 @@ name: Publish to Crates.io on: push: - tags: # only + tags: - 'yakite@*' jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5062015..40e14c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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