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 f15ba54 commit d91302bCopy full SHA for d91302b
.github/workflows/update-blog.yml
@@ -57,12 +57,14 @@ jobs:
57
git add data/PEYJobPosting2024.json
58
git commit -m "Add updated PEY job postings data"
59
60
+ - name: Set up authentication for pushing changes
61
+ run: |
62
+ cd blog-repo
63
+ git remote set-url origin https://x-access-token:${{ secrets.GH_BLOG_TOKEN }}@github.com/sadmanca/blog.git
64
+
65
- name: Push changes to the blog repo
- env:
- GH_BLOG_TOKEN: ${{ secrets.GH_BLOG_TOKEN }}
66
run: |
67
cd blog-repo
- git remote set-url origin https://[email protected]/sadmanca/blog.git
68
git push -u origin github-actions-test
69
70
- name: Send notification via curl
0 commit comments