<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic List Repository Contents other than main branch in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/List-Repository-Contents-other-than-main-branch/m-p/2543449#M6449</link>
    <description>&lt;P&gt;I have a requirement to list repository contents in Qlik Automation based on a user-selected branch in GitHub. Currently, the "List Repository Content" action retrieves files from the default &lt;STRONG&gt;main&lt;/STRONG&gt; branch only. I don’t see an option to pass a branch parameter to this action.&lt;/P&gt;&lt;P&gt;How can I retrieve repository contents from a branch other than main? Any suggestions would be greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Feb 2026 15:44:41 GMT</pubDate>
    <dc:creator>radhakrishna2331</dc:creator>
    <dc:date>2026-02-20T15:44:41Z</dc:date>
    <item>
      <title>List Repository Contents other than main branch</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/List-Repository-Contents-other-than-main-branch/m-p/2543449#M6449</link>
      <description>&lt;P&gt;I have a requirement to list repository contents in Qlik Automation based on a user-selected branch in GitHub. Currently, the "List Repository Content" action retrieves files from the default &lt;STRONG&gt;main&lt;/STRONG&gt; branch only. I don’t see an option to pass a branch parameter to this action.&lt;/P&gt;&lt;P&gt;How can I retrieve repository contents from a branch other than main? Any suggestions would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 15:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/List-Repository-Contents-other-than-main-branch/m-p/2543449#M6449</guid>
      <dc:creator>radhakrishna2331</dc:creator>
      <dc:date>2026-02-20T15:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: List Repository Contents other than main branch</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/List-Repository-Contents-other-than-main-branch/m-p/2543559#M6452</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/73748"&gt;@radhakrishna2331&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This endpoint doesn't accept branch as parameter. I just checked the official Github documentation and it is aligned with that too:&amp;nbsp;&lt;A href="https://docs.github.com/en/rest/repos/contents?apiVersion=2022-11-28" target="_blank"&gt;https://docs.github.com/en/rest/repos/contents?apiVersion=2022-11-28&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 20:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/List-Repository-Contents-other-than-main-branch/m-p/2543559#M6452</guid>
      <dc:creator>hugo_andrade</dc:creator>
      <dc:date>2026-02-23T20:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: List Repository Contents other than main branch</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/List-Repository-Contents-other-than-main-branch/m-p/2543562#M6453</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28877"&gt;@hugo_andrade&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for taking the time to analyze and respond to the post.&lt;/P&gt;&lt;P&gt;My goal is to provide developers with an option to select repository contents (including comments) from GitHub via a dropdown and retrieve them into Qlik Cloud based on their selection—especially in cases where the published version has issues.&lt;/P&gt;&lt;P&gt;Is there a way to achieve this?&lt;/P&gt;&lt;P&gt;Currently, we are considering storing only production versions in the main branch, and saving versions from other workspaces in separate branches.&lt;/P&gt;&lt;P&gt;Any suggestions or best practices for pushing apps to the main space would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 21:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/List-Repository-Contents-other-than-main-branch/m-p/2543562#M6453</guid>
      <dc:creator>radhakrishna2331</dc:creator>
      <dc:date>2026-02-23T21:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: List Repository Contents other than main branch</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/List-Repository-Contents-other-than-main-branch/m-p/2543619#M6455</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/73748"&gt;@radhakrishna2331&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;That's nice!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would use the native Qlik Cloud connector for Github for the majority of the calls. For everything that you can't do using it, create a REST connection to the endpoint.&lt;/P&gt;&lt;P&gt;These are particularly useful:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Authentication:&amp;nbsp;&lt;A href="https://docs.github.com/en/rest/authentication/authenticating-to-the-rest-api?apiVersion=2022-11-28" target="_blank"&gt;Authenticating to the REST API - GitHub Docs&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Compare two commits:&amp;nbsp;&lt;A href="https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#compare-two-commits" target="_blank"&gt;REST API endpoints for commits - GitHub Docs&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Gists:&amp;nbsp;&lt;A href="https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28" target="_blank"&gt;REST API endpoints for gists - GitHub Docs&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Packages:&amp;nbsp;&lt;A href="https://docs.github.com/en/rest/packages/packages?apiVersion=2022-11-28" target="_blank"&gt;REST API endpoints for packages - GitHub Docs&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 24 Feb 2026 16:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/List-Repository-Contents-other-than-main-branch/m-p/2543619#M6455</guid>
      <dc:creator>hugo_andrade</dc:creator>
      <dc:date>2026-02-24T16:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: List Repository Contents other than main branch</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/List-Repository-Contents-other-than-main-branch/m-p/2543623#M6456</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28877"&gt;@hugo_andrade&lt;/a&gt;Thank you very much. I truly appreciate your valuable insights.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 17:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/List-Repository-Contents-other-than-main-branch/m-p/2543623#M6456</guid>
      <dc:creator>radhakrishna2331</dc:creator>
      <dc:date>2026-02-24T17:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: List Repository Contents other than main branch</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/List-Repository-Contents-other-than-main-branch/m-p/2543741#M6458</link>
      <description>&lt;P&gt;My pleasure! Always great helping the community.&lt;/P&gt;&lt;P&gt;Get started with the existing connector. If you run into issues with REST, create a new post with the problem and tag me. I will be notified and will try to help you.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 14:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/List-Repository-Contents-other-than-main-branch/m-p/2543741#M6458</guid>
      <dc:creator>hugo_andrade</dc:creator>
      <dc:date>2026-02-25T14:58:06Z</dc:date>
    </item>
  </channel>
</rss>

