Skip to content

Commit

Permalink
Update fork.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
starkblaze01 authored Sep 6, 2023
1 parent 4be7d77 commit 4d0721d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
curl -L \
-X PUT \
-H "Accept: application/vnd.github+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}"
-H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/user/starred/starkblaze01/Algorithms-Cheatsheet-Resources
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/user/starred/starkblaze01/Algorithms-Cheatsheet-Resources
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4d0721d

Please sign in to comment.