Skip to content

TonicAI/structural-delete-workspace

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

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delete workspace

This action deletes a Structural workspace.

Inputs

Input Description Required Default
structural-url Base URL for the Structural API No https://app.tonic.ai
structural-api-key Structural API key for authentication Yes
workspace-id The identifier (GUID) of the workspace to delete Yes

Example usage

jobs:
  delete-workspace:
    runs-on: ubuntu-latest
    steps:
      - name: Delete workspace
        uses: TonicAI/structural-delete-workspace@v1
        with:
          structural-api-key: ${{ secrets.STRUCTURAL_API_KEY }}
          workspace-id: ${{ secrets.STRUCTURAL_WORKSPACE_ID }}

Develop

Setup

npm install

Build

npm run package

This uses @vercel/ncc to compile the action into a single file in the dist folder.

Publish

Before you publish, make sure to:

  1. Build the action: npm run package
  2. Commit the dist folder to the repository
  3. Tag your release: git tag -a v1 -m "Release v1"
  4. Push the tag: git push origin v1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •