Skip to content

Commit

Permalink
ci: release-please to use proper token
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker authored and skeptrunedev committed Sep 10, 2024
1 parent a89293e commit 60e333c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Release Please
id: release-please
uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: simple

publish-manifest:
needs:
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
{ "type": "enhancement", "section": "Enhacements" },
{ "type": "enhancements", "section": "Enhacements" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "bugfix", "section": "Bug Fixes" },
{ "type": "chore", "section": "Other" },
{ "type": "docs", "section": "Docs" },
{ "type": "perf", "section": "Performance" },
Expand Down

0 comments on commit 60e333c

Please sign in to comment.