Skip to content

deckrun/setup-deck

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

Repository files navigation

GitHub Action for Deckrun

Use deck to manage your Deckrun resources.

Usage

To install the latest version of deck and use it in GitHub Actions workflows, create a Deckrun API token, add it as a secret to your repository, and add the following step to your workflow:

    - name: Install deck
      uses: deckrun/setup-deck@v1
      with:
        token: ${{ secrets.DECKRUN_API_TOKEN }}

deck will now be available in the virtual environment and can be used directly in the following steps.

As an example, you could deploy the application using Deckrun:

    - name: Deploy Application
      run: deck deploy

Arguments

  • token – (Required) A Deckrun API token
  • version – (Optional) The version of deck to install. If excluded, the latest release will be used.

License

This GitHub Action and associated scripts and documentation in this project are released under the MIT License.

This repository is based on GitHub doctl Action

About

Sets up Deckrun CLI in your GitHub Actions workflow.

Resources

License

Stars

Watchers

Forks

Packages

No packages published