From 49e9df25b258695f2303fbf462f7f7fd47690c08 Mon Sep 17 00:00:00 2001 From: Nils Hofstetter <119439839+Rignchen@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:31:58 +0200 Subject: [PATCH] ci: change token for release please (#12) --- .github/workflows/release-please.yml | 2 +- .release-please-manifest.json | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 701174c..59b59c5 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -16,5 +16,5 @@ jobs: steps: - uses: googleapis/release-please-action@v4 with: - token: ${{ secrets.DEPOT_RELEASE_PLEASE }} + token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1f2dadd..234de93 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.0.1" + ".": "0.1.0" } diff --git a/README.md b/README.md index 3029a02..3e6b353 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Our inspiration for this is [Stow](https://www.gnu.org/software/stow/) a symlink package list in the same place as your dotfiles. ## Changelog -**v0.0.1 :** [Read changelog](./CHANGELOG.md) +**v0.1.0 :** [Read changelog](./CHANGELOG.md) ## Installation