HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/awscli/examples/deploy/list-git-hub-account-token-names.rst
**To lists the names of stored connections to GitHub accounts**

The following ``list-git-hub-account-token-names`` example lists the names of the stored connections to GitHub accounts for the current AWS user. ::

    aws deploy list-git-hub-account-token-names

Output::

    {
        "tokenNameList": [
            "my-first-token",
            "my-second-token",
            "my-third-token"
        ]
    }

For more information, see `ListGitHubAccountTokenNames <https://docs.aws.amazon.com/codedeploy/latest/APIReference/API_ListGitHubAccountTokenNames.html>`_ in the *AWS CodeDeploy API Reference*.