figma-plugin
figma-plugin copied to clipboard
Pull is working, push in not working
Describe the bug If I want to publish new changes to GitHub it shows me an endless loader 'Pushing to GitHub'. For some reasons I'm not able to publish my changes. Could you please help me with that?
To Reproduce Steps to reproduce the behavior:
- Open FigmaToken Plugin
- Pull from GitHub
- Create/Update the design token
- Push to GitHub
- Writing a Commit message
- Press the Push button
- Pushing to GitHub popup appears (at this step my flow ends and nothing happens)
Expected behavior After the 7th step, I expect that 'Pushing to GitHub' process will end in some time and I will push my updates to GitHub.
Screenshots or Screencasts
Can you give us more context? Token JSON stored on github, what sync settings you have, etc
Yes, token Json stored on GitHub
My sync settings: Token Storage — GitHub All credentials are correct
I'm pushing changes into the main branch
Yes, token Json stored on GitHub
My sync settings:
Token Storage — GitHub
All credentials are correct
I'm pushing changes into the main branch
Does your repository have main
set as a protected branch on github?
I guess it doesn't matter in my case cause for my coworker the same sync settings works but for me not
Usually this is due to different configuration of credentials. If it works for your coworker I'd suggest double checking if the credentials, branch, filePath, repo, etc are really all matching.
Closing this as no further information was provided