Skip to content

devhub-tools/querydesk-remove-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

9 Commits
 
 
 
 
 
 

Repository files navigation

Remove Database Client (QueryDesk)

Automate setting up a database client using https://devhub.tools so your team has instant access for debugging and testing.

This action allows you to cleanup connections that were previously created.

Usage

jobs:
  create_db:

    steps:
    # ...

    - name: Remove Database Client
      uses: QueryDesk/remove-db-client@v1
      with:
        api-key: ${{ secrets.DEVHUB_API_KEY}}
        id: pr-${{ github.event.pull_request.number }} # your workflow trigger must be `pull_request` for this to work and must match the id passed on create

    # ...

Inputs

  • api-key: (Required) You will need to create an API key on https://app.devhub.tools/settings?tab=api_keys and save it as a secret in GitHub Actions settings.

    Example API key:

    dh_WHDrEa82t8mHwTvZqEdgA79dgLk3N3x1aehmjps68PHXwt6qxfgzBKFStPizLpPij3BM1cnfgtGcYipt5ZJUeV
    
  • id: (Required) The id that was used to create the database connection.

  • host: (Optional) The host to make the api call to, defaults to api.querydesk.com.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors