Skip to content

Commit

Permalink
Update latex.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsswifter authored Dec 6, 2024
1 parent 953c9a6 commit c87543a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,8 @@ jobs:
- name: Create a Pull Request to the Private Repository
run: |
curl -X POST \
-H "Authorization: token ${{ secrets.SSH_PRIVATE_KEY }}" \
-d '{
"title": "Update CV Repository",
"head": "update-cv", # The branch you're creating the PR from
"base": "main", # The branch you're merging into
"body": "Automated PR to update CV"
}' \
curl -X POST \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"title": "Update CV Repository", "head": "update-cv", "base": "main", "body": "Automated PR to update CV"}' \
https://api.github.com/repos/nsswifter/AcademicApplicationDocuments/pulls

0 comments on commit c87543a

Please sign in to comment.