Skip to content

Onboardbase/onboardbase-action

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

Onboardbase Github Action

This action retrieves secrets from onboardbase for use in a Github Action Workflow

Inputs

apikey

Required Your Onboardbase API key.

passcode

Required The passcode for the API key.

project

Required The project to fetch secrets from.

environment

Required The environment to fetch secrets from.

Example usage


- name: Fetch secrets
    id: fetch-secrets
    uses: Onboardbase/onboardbase-action@v6.0.8
    with:
        apikey: ${{secrets.ONBOARDBASE_APIKEY}}
        passcode: ${{secrets.ONBOARDBASE_PASSCODE}}
        project: ${{secrets.ONBOARDBASE_PROJECT}}
        environment: ${{secrets.ONBOARDBASE_ENVIRONMENT}}
        json-key: YOUR_UNIQUE_JSON_KEY

- name: Use secrets
    run: "echo 'The secret value is: ${{ steps.fetch-secrets.outputs.<SECRET_KEY> }}'"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •