Skip to content

prodvana/init-pvnctl-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

init-pvnctl Github Action

This action helps intstall Prodvana's pvnctl command line utility and initialize authentication so you can use it during CI runs.

Usage

Inputs

Input Default Description
version latest Version of the pvnctl binary to install
org (required) Your Provdana Org Slug, found in your URL: <org>.runprodvana.com
api_token (required) Prodvana API Token. You can create one with pvnctl api-token create

Basic Usage

steps:
  - uses: prodvana/init-pvnctl-action@v0.1.2
    with:
      org: my-org # you can find this in your Prodvana URL: <org>.runprodvana.com
      api_token: ${{ secrets.YOUR_PRODVANA_API_TOKEN }} # create with `pvnctl api-tokens create`
  - run: pvnctl applications list