Skip to content

Commit 6ef2d2a

Browse files
committed
added token auth
1 parent 1b7ee8f commit 6ef2d2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-llama-cpp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
- name: push
3131
run: git push --set-upstream origin update-llama-cpp-$(date -I)
3232
- name: create pr
33-
run: gh pr create --fill
33+
run: |
34+
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
35+
gh pr create --fill

0 commit comments

Comments
 (0)