Skip to content

blackbaud/skyux-sdk-actions

Repository files navigation

@skyux-sdk/actions

Usage

- uses: blackbaud/skyux-sdk-actions@master
  with:
    github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
    npm-token: ${{ secrets.NPM_TOKEN }}
    slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

See the actions.yml file for all available inputs.

Preventing the action from running for specific commits

You may append [ci skip] to the commit message (or pull request title when squash-merging) to instruct the action to skip all steps. Git tags will still release, however.

Using NPM trusted publishers

The npm-token input is optional. If not provided, the action will rely on NPM trusted publishers.

Build

npm run build

About

Home for actions used in the SKY UX SDK pipeline

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Generated from actions/typescript-action