File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch :
55
66env :
7- NODE_VERSION : ' 20 '
7+ NODE_VERSION : " 20 "
88
99jobs :
1010 trigger-update-js-libs :
@@ -18,11 +18,18 @@ jobs:
1818 app-id : ${{ secrets.APP_ID }}
1919 private-key : ${{ secrets.PRIVATE_KEY }}
2020 owner : supabase
21- repositories : supabase, supabase-js
21+ repositories : supabase
2222
2323 - name : Show token permissions
2424 run : |
2525 curl -H "Authorization: token ${{ steps.app-token.outputs.token }}" https://api.github.com/
26+
27+ - name : Show token permissions for supabase/supabase
28+ run : |
29+ curl -i -H "Authorization: token ${{ steps.app-token.outputs.token }}" \
30+ https://api.github.com/repos/supabase/supabase | grep "x-accepted-github-permissions"
31+ curl -i -H "Authorization: token ${{ steps.app-token.outputs.token }}" \
32+ https://api.github.com/user | grep login
2633 - name : Trigger supabase/supabase update-js-libs workflow
2734 uses : actions/github-script@v7
2835 with :
5057 app-id : ${{ secrets.APP_ID }}
5158 private-key : ${{ secrets.PRIVATE_KEY }}
5259 owner : supabase
53- repositories : supabase, supabase-js
60+ repositories : supabase
5461
5562 - name : Trigger supabase/supabase docs workflow
5663 uses : actions/github-script@v7
6774 source: 'supabase-js-stable-release'
6875 }
6976 });
70-
71-
You can’t perform that action at this time.
0 commit comments