Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodekker committed Sep 25, 2019
1 parent 19d7f57 commit ab0b1b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

[![Latest Version](https://img.shields.io/github/release/ubient/laravel-vapor-action.svg?style=flat-square)](https://github.com/ubient/laravel-vapor-action/releases)

This package provides a way to use Laravel Vapor directly from Github Actions.
This Github Action provides a way to directly use Laravel Vapor from within your CI pipeline.

## Requirements

This Github Action has a few requirements. First and foremost, you will need to have Github Actions enabled for the account you're planning to use this action on.
First and foremost, you will need to have Github Actions enabled for the account you're planning to use this action on.
If you are not yet part of the beta, you can [sign up here](https://github.com/features/actions/signup/).

Furthermore, you will need an active [Laravel Vapor](https://vapor.laravel.com) subscription.

## Usage

### Setting up a Github Secret
In order to authenticate with Vapor from Github Actions, we will need to add a `VAPOR_API_TOKEN` [secret](https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables).
In order to authenticate with Vapor from Github Actions, we will need to add a `VAPOR_API_TOKEN` [secret](https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables) to your repository.
To do so, you may do the following:
1. On GitHub, navigate to the main page of the repository you intend to use this action on.
2. Under your repository name, click `Settings`.
Expand Down

0 comments on commit ab0b1b3

Please sign in to comment.