Skip to content

Latest commit

History

History
28 lines (19 loc) 路 1.13 KB

README.md

File metadata and controls

28 lines (19 loc) 路 1.13 KB

Generate GitHub Token from GAMA ("Fine-Grained Token")

Generate a GitHub token with specific permissions for optimal use with GAMA. Follow these steps:

  1. Open the Fine-Grained Token Page

    • Navigate to the fine-grained token page.
    • Click on the "Generate new token" button.
  2. Choose Repositories

    • Decide the scope of the token: All repositories or Only selected repositories. Token Repositories Selection
  3. Set Required Permissions

    • Scroll through the permissions list and enable the following:

      • First Permission: Necessary to trigger workflows. Permission to Run Workflows

      • Second Permission: Essential to list triggerable workflows. Permission to Read Workflows

      • Third Permission: Required to read repository contents, enabling workflow triggering. Permission to Read Repository Contents

  4. Finalize

    • After setting the permissions, complete the token generation process.

Now, you can utilize this token with GAMA to manage GitHub Actions workflows effectively.