What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi, When i importing data in last step of publish & Synchronize, But after running import command it

U01BLP6B3R7
U01BLP6B3R7 Posts: 33 πŸ§‘πŸ»β€πŸš€ - Cadet

Hi, When i importing data in last step of publish & Synchronize, But after running import command it is coming like this:-

Comments

  • UKHD8KTMF
    UKHD8KTMF Posts: 393 πŸ§‘πŸ»β€πŸš€ - Cadet

    not an issue until you are not using private repositories.
    then you need to set your credentials

  • UKHD8KTMF
    UKHD8KTMF Posts: 393 πŸ§‘πŸ»β€πŸš€ - Cadet

    you create a github token for your account https://github.com/settings/tokens/new

  • UKHD8KTMF
    UKHD8KTMF Posts: 393 πŸ§‘πŸ»β€πŸš€ - Cadet

    then you add it to your shell profile (don't ask me how to do this on windows) by adding export GITHUB_TOKEN=your_token` to i.e. .bash_profile

  • UKHD8KTMF
    UKHD8KTMF Posts: 393 πŸ§‘πŸ»β€πŸš€ - Cadet

    you can execute the same command in the shell before running the docker/sdk

  • U01BLP6B3R7
    U01BLP6B3R7 Posts: 33 πŸ§‘πŸ»β€πŸš€ - Cadet

    For which scope i have create token?

  • U01BLP6B3R7
    U01BLP6B3R7 Posts: 33 πŸ§‘πŸ»β€πŸš€ - Cadet

    Hi, I have added Github token to .bash_profile But still it showing same

  • UKHD8KTMF
    UKHD8KTMF Posts: 393 πŸ§‘πŸ»β€πŸš€ - Cadet

    did you reload the bash profile and rebuild containers?

  • U01BLP6B3R7
    U01BLP6B3R7 Posts: 33 πŸ§‘πŸ»β€πŸš€ - Cadet

    No

  • U01BLP6B3R7
    U01BLP6B3R7 Posts: 33 πŸ§‘πŸ»β€πŸš€ - Cadet

    How can i rebuild the containers?

  • UKHD8KTMF
    UKHD8KTMF Posts: 393 πŸ§‘πŸ»β€πŸš€ - Cadet

    docker/sdk clean && docker/sdk up

  • U01BLP6B3R7
    U01BLP6B3R7 Posts: 33 πŸ§‘πŸ»β€πŸš€ - Cadet

    Thank you, now imported successfullyπŸ™‚

  • @U01BLP6B3R7 i had to remove your file above, because you probably did not want to publish you github access token πŸ˜‰

  • U01BLP6B3R7
    U01BLP6B3R7 Posts: 33 πŸ§‘πŸ»β€πŸš€ - Cadet

    Hi i want to publish my GitHub access token

  • ok. why?