Skip to content

setup-baselime

Actions
Install Baselime CLI on Github Actions runners
v0.0.1
Latest
Star (15)

[DEPRECATED] ⚙️ action-setup-baselime

No Maintenance Intended Documentation License

Setup the Baselime CLI in Github actions

About

This action sets up the Baselime CLI in Github Actions.

This action can be run on ubuntu-latest, and macos-latest GitHub Actions runners, and will install and expose a specified version of the baselime CLI on the runner environment.

Usage

Create a marker for every new deployment

steps:
  - uses: baselime/[email protected]
    with:
      baselime-api-key: ${{ secrets.BASELIME_API_KEY }} # Can be imported from Github Actions Secrets
  - name: 📍Create marker
    run: |
      baselime mark \
      --name Deployment \
      --url "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
      --metadata '${{ toJson(github) }}' \
      --service ${{ github.repository }}

The marker will be available on the timeline when you query your telemetry data

Inputs

The actions supports the following inputs:

  • baselime-api-key: The API key to use with the Baselime CLI. You can get your API key in the Baselime console
  • version: The version of baselime to install, defaulting to the latest version

Contributing

Feel free to submit PRs or to fill issues. Every kind of help is appreciated.

Kindly check our Contributing guide on how to propose bugfixes and improvements, and submitting pull requests to the project.

License

© Baselime Limited, 2022

Distributed under MIT License (The MIT License).

See LICENSE for more information.

setup-baselime 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

Install Baselime CLI on Github Actions runners
v0.0.1
Latest

setup-baselime 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.