We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d45a5 commit cef1156Copy full SHA for cef1156
.github/workflows/update-blog.yml
@@ -58,9 +58,11 @@ jobs:
58
git commit -m "Add updated PEY job postings data"
59
60
- name: Push changes to the blog repo
61
+ env:
62
+ GH_BLOG_TOKEN: ${{ secrets.GH_BLOG_TOKEN }}
63
run: |
64
cd blog-repo
- git push -u origin github-actions-test
65
+ git push -u https://[email protected]/sadmanca/blog.git github-actions-test
66
67
- name: Send notification via curl
68
0 commit comments