Skip to content

Commit

Permalink
next8
Browse files Browse the repository at this point in the history
  • Loading branch information
jaci-nordic committed Sep 19, 2023
1 parent 9997f30 commit 864e361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
Signed-off-by: Nordic Builder <[email protected]>
EOF
git remote set-url origin https://${{ secrets.NCS_GITHUB_TOKEN }}@github.com/${{ steps.pr-origin.outputs.pr_repo_owner }}/sdk-nrf-testing.git
git remote set-url origin https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ steps.pr-origin.outputs.pr_repo_owner }}/sdk-nrf-testing.git
git push origin HEAD:${{ github.head_ref }}
- name: Post summary
Expand Down

0 comments on commit 864e361

Please sign in to comment.