File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
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 :
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 :
6774 source: 'supabase-js-stable-release'
6875 }
6976 });
70-
71-
You can’t perform that action at this time.
0 commit comments