Skip to content

Commit

Permalink
ci: change token for release please (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rignchen authored Jul 12, 2024
1 parent 6e712a7 commit 49e9df2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.DEPOT_RELEASE_PLEASE }}
token: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

{
".": "0.0.1"
".": "0.1.0"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) <!-- x-release-please-version -->
**v0.1.0 :** [Read changelog](./CHANGELOG.md) <!-- x-release-please-version -->

## Installation

Expand Down

0 comments on commit 49e9df2

Please sign in to comment.