Skip to content

Commit 95ddd89

Browse files
authored
Merge pull request #383 from sbrunner/fix-changelog
Fix the release creation in the changelog workflow
2 parents 727564f + 8914527 commit 95ddd89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/changelog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Changelog Generator
22

33
on:
44
schedule:
5-
- cron: '0 0 * * 1,4'
5+
- cron: 0 0 * * 1,4
66
push:
77
tags:
88
- '*.*.*'
@@ -22,7 +22,7 @@ jobs:
2222
fi
2323
if: github.event_name == 'push' && github.ref_type == 'tag'
2424
env:
25-
GH_TOKEN: ${{ github.token }}
25+
GH_TOKEN: ${{ secrets.TOKEN }}
2626

2727
- name: Get Date
2828
id: get-date

0 commit comments

Comments
 (0)