Skip to content

Commit 0857121

Browse files
committed
fix: let public forks' PRs run git cliff in CI
1 parent da09e54 commit 0857121

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/bump-n-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v4
5555
with:
56-
token: ${{ secrets.BUMP_N_RELEASE }}
5756
fetch-depth: 0
5857
- name: Generate a changelog
5958
uses: orhun/git-cliff-action@v4
@@ -64,5 +63,4 @@ jobs:
6463
env:
6564
OUTPUT: ${{ runner.temp }}/changes.md
6665
GITHUB_REPO: ${{ github.repository }}
67-
GITHUB_TOKEN: ${{ secrets.BUMP_N_RELEASE }}
6866
- run: cat "${{ runner.temp }}/changes.md" >> "$GITHUB_STEP_SUMMARY"

0 commit comments

Comments
 (0)