Skip to content

qbee-io/authenticate-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

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authenticate-action

Authentication method for accessing the qbee.io API within GitHub runners.

Usage

Include the following snipped in your yaml file to login to the qbee API to use the qbee github actions. This step is required before using any of the qbee actions interfacing with the qbee API.

name: qbee.io authentication
uses: qbee-io/authenticate-action@main
id: qbee-auth
with:
    login: ${{ secrets.USERNAME_KEY }}
    password: ${{ secrets.PASSWORD_KEY }}

Input variables

  • login: the username you use to log into the qbee.io platform
  • password: the corresponding password

This information is sensitive and we recommend to store it in GitHub secrets such that it is encrypted.

About

Authentication method for accessing the qbee.io API within GitHub runners.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors