diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bc4157..1f2548d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,8 +85,8 @@ jobs: - uses: jimeh/release-please-manifest-action@84f33fd2828210488c36f3e0a7e3209252d2ae7d # v3.0.0 id: release-please with: - app-id: ${{ secrets.RELEASE_BOT_APP_ID }} - private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }} + app-id: ${{ secrets.BOT_APP_ID }} + private-key: ${{ secrets.BOT_PRIVATE_KEY }} release-tags: runs-on: ubuntu-latest diff --git a/.mise.toml b/.mise.toml new file mode 100644 index 0000000..9ab01b3 --- /dev/null +++ b/.mise.toml @@ -0,0 +1,2 @@ +[settings] +idiomatic_version_file_enable_tools = ["ruby", "node"] diff --git a/.node-version b/.node-version index 84e5de6..248216a 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -24.4.0 \ No newline at end of file +24.12.0 diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..7921bd0 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +3.4.8 diff --git a/mise.toml b/mise.toml deleted file mode 100644 index 6ea5a7e..0000000 --- a/mise.toml +++ /dev/null @@ -1,2 +0,0 @@ -[tools] -node = "24"