Skip to content

Onboardbase

Actions
A Github Action to inject secrets from Onboardbase into a Github runner
v6.0.8
Latest
Star (0)

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> }}'"

Onboardbase is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A Github Action to inject secrets from Onboardbase into a Github runner
v6.0.8
Latest

Onboardbase is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.