Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for GitHub repository/organization secrets #1156

Merged
merged 8 commits into from
May 16, 2024

Commits on Jun 21, 2023

  1. Add support for GitHub secrets.

    Adds support for organization and repository
    secrets. As these are part of the Actions API
    they are put into a new submodule
    github3.actions.
    Currently support OrganizationSecrets and
    RepositorySecrets.
    
    more info on the API at
    https://developer.github.com/v3/actions/secrets
    MrBatschner committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    51a7151 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb437c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. fix failing tests

    MrBatschner committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b7c9bfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2be9f19 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    b41b499 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bee6e6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    a84a07e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25ca885 View commit details
    Browse the repository at this point in the history