Skip to content

Commit 4c79729

Browse files
committed
Will require a PAT to edit repo website url through Action, won't do
1 parent b6a7d68 commit 4c79729

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,3 @@ jobs:
3434
- name: Get repochat domain
3535
run: echo "DOMAIN=${{ steps.deploy_repochat.outputs.domain }}" >> $GITHUB_OUTPUT
3636
id: repochat_domain
37-
38-
- name: Set repo's website URL
39-
run: |
40-
gh repo edit ${{ github.repository }} --homepage "https://$DOMAIN"
41-
env:
42-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-

0 commit comments

Comments
 (0)