Skip to content

Commit 5276642

Browse files
committed
update handling
1 parent c83418f commit 5276642

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/external-test.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,15 @@ jobs:
106106
app-id: ${{ vars.CROSS_REPO_APP_ID }}
107107
private-key: ${{ secrets.CROSS_REPO_APP_PRIVATE_KEY }}
108108
owner: supabase
109-
repositories: realtime-js,supabase-js
109+
# Generate token specifically for the repo we need to comment on
110+
repositories: ${{ inputs.triggering_repo }}
111+
112+
- name: Debug token permissions
113+
run: |
114+
echo "Token generated successfully"
115+
echo "App ID: ${{ vars.CROSS_REPO_APP_ID }}"
116+
echo "Target repositories: realtime-js,supabase-js"
117+
echo "Attempting to comment on: supabase/realtime-js#${{ inputs.triggering_pr }}"
110118
111119
- name: Stop Supabase
112120
if: always()

0 commit comments

Comments
 (0)