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 67258ce commit 83ef956Copy full SHA for 83ef956
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@statusneo/backstage-plugin-github",
3
- "version": "0.2.5",
+ "version": "0.2.6",
4
"main": "src/index.ts",
5
"types": "src/index.ts",
6
"license": "ISC",
src/hooks/useSignIn.ts
@@ -24,7 +24,7 @@ export const useSignIn = () => {
24
25
const signIn = useCallback(
26
async (optional = false) => {
27
- const token = await authApi.getAccessToken('read', {
+ const token = await authApi.getAccessToken('repo', {
28
optional,
29
instantPopup: !optional,
30
});
0 commit comments