Skip to content

Commit dafc66d

Browse files
Adding back org to url [deploy].yaml
1 parent 1558bf4 commit dafc66d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
git config --global user.name "GitHub Actions"
3131
git config --global user.email "adrian@rebelion.la"
32-
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git
32+
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/agentico-dev/$GITHUB_REPOSITORY.git
3333
3434
- name: Deploy to GitHub Pages
3535
run: npm run deploy

0 commit comments

Comments
 (0)