Skip to content

Commit

Permalink
build action
Browse files Browse the repository at this point in the history
  • Loading branch information
gqio committed Jun 16, 2021
1 parent 5749048 commit f2b76d4
Show file tree
Hide file tree
Showing 6 changed files with 3,681 additions and 2,773 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.yarn
.yarn
.pnp.js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DSD release action
# Backlight release action

This action releases a Design System from https://backlight.dev

Expand Down
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: "DSD Release"
description: "Releases your DSD Design Systems"
name: "Backlight Release"
description: "Release your Design Systems"
branding:
icon: 'send'
color: 'purple'
inputs:
api-token:
description: "DSD API token - can be generated from https://backlight.dev"
description: "Backlight API token - can be generated from https://backlight.dev"
required: true
repo-token:
description: "Token to use to authorize DSD to access Github. Typically the GITHUB_TOKEN secret"
description: "Token to use to authorize Backlight to access Github. Typically the GITHUB_TOKEN secret"
required: false
component-id:
description: "ID of the component to release - TODO explain how to get it"
Expand Down
Loading

0 comments on commit f2b76d4

Please sign in to comment.