Connect your PDI to Github to import application
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2022 02:45 AM
I had been beating my head for over a week on how to import my application from Github to my PDI.
Finally fixed the issue by following the below steps.
On your GitHub account:
- Login to your github account
- Navigate to https://github.com/settings/tokens/new
- Create a new token by selecting all the options for the scopes
- Click on Generate token
On your PDI:
- Navigate to https://xxxxx.service-now.com/discovery_credentials_list.do?sysparm_query=&sysparm_view=
- Click on New
- Select the connection type as Basic Auth Credentials
- Give a name to the connection
- Under username give the username for your Github account
- Under password provide the token created above in the github account
On App Engine Studio:
- Click on Import App
- Under URL provide the repository link to Github
- Under branch put master
- Under credentials, use the credential created in your PDI instance above.
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
- 2,022 Views
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2023 03:14 AM
Thanks, this was really helpful!
You are also able to navigate to App Engine Studio, and create a new App following the same advice as above to achieve the same result.
Should you encounter an error or unsuccessful link, try creating a new App, rather than import.

