Skip to content

Commit deb21e1

Browse files
committed
added tokenAuth
1 parent 0f4a407 commit deb21e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/api/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1823,7 +1823,7 @@ def post(self, request, *args, **kwargs):
18231823
class DebugSyncGithubDataApiView(APIView):
18241824
"""Sync GitHub data for tracked repositories"""
18251825

1826-
authentication_classes = [SessionAuthentication]
1826+
authentication_classes = [SessionAuthentication, TokenAuthentication]
18271827
permission_classes = [IsAuthenticated]
18281828

18291829
@debug_required

0 commit comments

Comments
 (0)