This commit is contained in:
bniwredyc 2023-05-14 19:02:26 +02:00
parent fc2f85c0f8
commit 0697aff502
2 changed files with 2 additions and 7 deletions

View File

@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

View File

@ -7,14 +7,9 @@ from auth.authenticate import login_required
from auth.credentials import AuthCredentials
from base.orm import local_session
from base.resolvers import mutation
from orm.rbac import Resource
from orm.shout import Shout, ShoutAuthor, ShoutTopic
from orm.topic import TopicFollower, Topic
from orm.user import User
from orm.topic import Topic
from resolvers.zine.reactions import reactions_follow, reactions_unfollow
from services.zine.gittask import GitTask
# from resolvers.inbox.chats import create_chat
# from services.inbox.storage import MessagesStorage
@mutation.field("createShout")