We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da09e54 commit 0857121Copy full SHA for 0857121
.github/workflows/bump-n-release.yml
@@ -53,7 +53,6 @@ jobs:
53
steps:
54
- uses: actions/checkout@v4
55
with:
56
- token: ${{ secrets.BUMP_N_RELEASE }}
57
fetch-depth: 0
58
- name: Generate a changelog
59
uses: orhun/git-cliff-action@v4
@@ -64,5 +63,4 @@ jobs:
64
63
env:
65
OUTPUT: ${{ runner.temp }}/changes.md
66
GITHUB_REPO: ${{ github.repository }}
67
- GITHUB_TOKEN: ${{ secrets.BUMP_N_RELEASE }}
68
- run: cat "${{ runner.temp }}/changes.md" >> "$GITHUB_STEP_SUMMARY"
0 commit comments