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

GitHub actions support #372

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    a657d41 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    b33d5e0 View commit details
    Browse the repository at this point in the history
  2. Add encrypt_variable_github_actions()

    This uses pynacl, which is what is used in the GitHub example docs. We should
    figure out if it would be better to use cryptography instead.
    asmeurer committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    ec7f9f3 View commit details
    Browse the repository at this point in the history
  3. Split out Travis specific stuff from the CI code

    The CI code now runs in a class, and the Travis specific stuff is in a
    subclass. These are split into the files ci.py and travis.py.
    
    There are still some mentions of "Travis" in ci.py, but they shouldn't affect
    functionality.
    asmeurer committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    d7621b0 View commit details
    Browse the repository at this point in the history
  4. Install pynacl in Travis

    asmeurer committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    a6f8faa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    681696a View commit details
    Browse the repository at this point in the history
  6. Fix pyflakes errors

    asmeurer committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    c43a468 View commit details
    Browse the repository at this point in the history
  7. Fix docs build

    asmeurer committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    b1a2a0f View commit details
    Browse the repository at this point in the history