Skip to content

Commit

Permalink
Update latex.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsswifter committed Dec 2, 2024
1 parent cec5194 commit 5659948
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
- name: Create a Pull Request to the Private Repository
run: |
curl -X POST \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-d '{
curl -X POST \
-H "Authorization: token ${{ secrets.SSH_PRIVATE_KEY }}" \
-d '{
"title": "Update CV Repository",
"head": "update-cv",
"base": "main",
"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"
}' \
https://api.github.com/repos/nsswifter/AcademicApplicationDocuments/pulls
}' \
https://api.github.com/repos/nsswifter/AcademicApplicationDocuments/pulls

0 comments on commit 5659948

Please sign in to comment.