File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,12 +51,13 @@ jobs:
5151 - uses : actions/checkout@v4
5252 with :
5353 fetch-depth : 0
54+ token : ${{ secrets.RELEASE_TOKEN }}
5455
5556 - uses : ./.github/actions/setup
5657
5758 - run : pnpm exec semantic-release
5859 env :
59- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
60+ GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
6061 GIT_AUTHOR_NAME : github-actions[bot]
6162 GIT_AUTHOR_EMAIL : github-actions[bot]@users.noreply.github.com
6263 GIT_COMMITTER_NAME : github-actions[bot]
Original file line number Diff line number Diff line change 55
66 <p >
77 <a href="https://github.com/offendingcommit/openconcho/actions/workflows/ci.yml">
8- <img src="https://github.com/offendingcommit/openconcho/actions/workflows/ci.yml/badge.svg" alt="CI" />
8+ <img src="https://github.com/offendingcommit/openconcho/actions/workflows/ci.yml/badge.svg?branch=main&event=push " alt="CI" />
99 </a>
1010 <a href="https://github.com/offendingcommit/openconcho/releases/latest">
1111 <img src="https://img.shields.io/github/v/release/offendingcommit/openconcho" alt="Latest release" />
You can’t perform that action at this time.
0 commit comments