Skip to content

Commit 9795c5c

Browse files
GH_OUTPUT
1 parent 418d9af commit 9795c5c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/ISSUE_TEMPLATE/creating-an-article.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: alexeygrigorev
77

88
---
99

10-
**Title**: <Name of the article>
11-
**Google doc**: <Url of the google doc> (make sure it's public and open for comments)
12-
**Profile**: <Your handle in datatalks.club website> (don't have one? write "none yet")
13-
**Tags**: <Comma-separated tags, like "tag1,tag2">
10+
Title: <Name of the article>
11+
Google doc: <Url of the google doc> (make sure it's public and open for comments)
12+
Profile: <Your handle in datatalks.club website> (don't have one? write "none yet")
13+
Tags: <Comma-separated tags, like "tag1,tag2">

.github/workflows/create-article-from-issue.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ jobs:
112112
--body "This PR was automatically generated from issue #${{ github.event.issue.number }}. Closes #${{ github.event.issue.number }}" \
113113
--head "articles/${{ steps.extract.outputs.fileid }}" \
114114
--base main
115-
115+
env:
116+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
116117
- name: Comment on the original Issue
117118
uses: peter-evans/create-or-update-comment@v3
118119
with:

0 commit comments

Comments
 (0)