We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83418f commit 5276642Copy full SHA for 5276642
.github/workflows/external-test.yml
@@ -106,7 +106,15 @@ jobs:
106
app-id: ${{ vars.CROSS_REPO_APP_ID }}
107
private-key: ${{ secrets.CROSS_REPO_APP_PRIVATE_KEY }}
108
owner: supabase
109
- repositories: realtime-js,supabase-js
+ # 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 }}"
118
119
- name: Stop Supabase
120
if: always()
0 commit comments