- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2025 07:34 PM
Hi Team,
I have to publish my app on GIT-HUB and I don't have an Idea how to proceed and where to proceed. Do help me for the same
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2025 09:17 PM
Please follow the below Steps :-
Steps:
-
- Open ServiceNow Studio:
- Navigate to System Applications > Studio.
- Click on Create Application.
- Name the application (e.g., " Poc_GitHub").
- Develop the Application:
- Create tables, forms, business rules, UI policies, and other components as required.
- Test the functionality within the ServiceNow instance.
- Link to Source Control:
- After Creation of tables etc. Choose the option from source control.
- Link to Source Control à
- Now here we need URL and Credentials so URL steps will be shown in point 2.
- Credentials we need to create under connection & Credentials Module and Create a Basic Credentials.
- So, you need username and password.
- Username is your GitHub account name as shown below and password is the token that is shown below how to generate in 2.1.
- Create a GitHub Repository:
- Go to GitHub and create a new repository (public or private).
- After Creation of Repository, you will see the below page and copy the URL that will used to put on “Link to Source Control “Above window shown.
- Now create a Credentials for that we need to create a token under developer option
- Link the Application to Source Control:
- In ServiceNow Studio, go to Source Control > Link to Source Control.
- Enter the GitHub repository URL and provide your GitHub credentials or use a token for authentication.
- Choose a branch (e.g., main) or create a new one (which we already did above).
- Commit your existing application code to the repository.
If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!
Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI
YouTube: https://www.youtube.com/@learnservicenowwithravi
LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2025 09:17 PM
Please follow the below Steps :-
Steps:
-
- Open ServiceNow Studio:
- Navigate to System Applications > Studio.
- Click on Create Application.
- Name the application (e.g., " Poc_GitHub").
- Develop the Application:
- Create tables, forms, business rules, UI policies, and other components as required.
- Test the functionality within the ServiceNow instance.
- Link to Source Control:
- After Creation of tables etc. Choose the option from source control.
- Link to Source Control à
- Now here we need URL and Credentials so URL steps will be shown in point 2.
- Credentials we need to create under connection & Credentials Module and Create a Basic Credentials.
- So, you need username and password.
- Username is your GitHub account name as shown below and password is the token that is shown below how to generate in 2.1.
- Create a GitHub Repository:
- Go to GitHub and create a new repository (public or private).
- After Creation of Repository, you will see the below page and copy the URL that will used to put on “Link to Source Control “Above window shown.
- Now create a Credentials for that we need to create a token under developer option
- Link the Application to Source Control:
- In ServiceNow Studio, go to Source Control > Link to Source Control.
- Enter the GitHub repository URL and provide your GitHub credentials or use a token for authentication.
- Choose a branch (e.g., main) or create a new one (which we already did above).
- Commit your existing application code to the repository.
If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!
Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI
YouTube: https://www.youtube.com/@learnservicenowwithravi
LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2025 05:06 AM
Perfect it did wonders to me 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2025 09:25 PM
Go to Repository and Create a new repository on GitHub and Copy the Repository URL. then go to servicenow and select your application and click next. Paste the GitHub URL and enter branch name and click submit to link your app to GitHub. Use Commit Changes under Source Control to push updates to GitHub.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 05:28 PM
The following short video could be helpful: