Skip to content

Commit cef1156

Browse files
authored
Update update-blog.yml
1 parent e9d45a5 commit cef1156

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-blog.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@ jobs:
5858
git commit -m "Add updated PEY job postings data"
5959
6060
- name: Push changes to the blog repo
61+
env:
62+
GH_BLOG_TOKEN: ${{ secrets.GH_BLOG_TOKEN }}
6163
run: |
6264
cd blog-repo
63-
git push -u origin github-actions-test
65+
git push -u https://[email protected]/sadmanca/blog.git github-actions-test
6466
6567
- name: Send notification via curl
6668
run: |

0 commit comments

Comments
 (0)