We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014a106 commit 7ab5679Copy full SHA for 7ab5679
2 files changed
.github/workflows/rust.yml
@@ -28,6 +28,7 @@ jobs:
28
args: --latest --strip header --output CHANGELOG.md
29
env:
30
GITHUB_REPOSITORY: ${{ github.repository }}
31
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
33
- name: Commit updated changelog
34
run: |
cliff.toml
@@ -1,10 +1,9 @@
1
# git-cliff ~ configuration file
2
# https://git-cliff.org/docs/configuration
3
4
-# [remote.github]
5
-# owner = "orhun"
6
-# repo = "git-cliff"
7
-# token = ""
+[remote.github]
+owner = "arkanoider"
+repo = "mostro-cli"
8
9
[changelog]
10
# A Tera template to be rendered for each release in the changelog.
0 commit comments