Skip to content

Commit b89709b

Browse files
authored
fix github access (#14)
1 parent 144b1b2 commit b89709b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

continuous_delivery_scripts/assert_news.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,9 @@ def add_news_files(git: GitWrapper, news_dir: str) -> None:
120120

121121
def _commit_news_file(git: GitWrapper, news_dir: str) -> None:
122122
logger.info("Committing news file...")
123+
git.configure_for_github()
123124
git.add(news_dir)
124-
git.commit("Adding news file")
125+
git.commit("📰 Automatic changes ⚙ Adding news file")
125126
git.push()
126127
git.pull()
127128

news/202108101821.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Authenticate before committed changes to GitHub

0 commit comments

Comments
 (0)