Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.76 KB

getting-started.md

File metadata and controls

17 lines (11 loc) · 1.76 KB

From scratch

First I have to Sign Up for a GitHub account.

Then I have to Create a repo to run Actions.

Create a workflow

Try out the features of GitHub Actions in 5 minutes or less in the Quickstart for GitHub Actions.

User Interface

GitHub has a nice UI for monitoring and troubleshooting. You can view the status and results of each step in your workflow, debug a failed workflow, search and download logs, and view billable job execution minutes.

Secrets

Encrypted Secrets allow you to store sensitive information in your organization, repository, or repository environments. There are secrets at both the organization and repository. You can even create enviornment secrets.

Reuse third-party snippets

You can use Actions from the GitHub Marketplace. Use the millions of open source libraries available on GitHub to create your own actions. Write them in JavaScript or create a container action—both can interact with the full GitHub API and any other public API.