w3c / aria-at-automation-driver

A WebSocket server which allows clients to observe the text enunciated by a screen reader and to simulate user input
Other
10 stars 6 forks source link

Create Github Workflow To Automate Publishing to NPM #19

Open sadikassistivlabs opened 2 years ago

sadikassistivlabs commented 2 years ago

Create Github Workflow To Automate Publishing to NPM

Description

Testing Notes

Next Steps for Maintainer(s)

Someone with access to Github Actions Secrets for the repository and who also has permissions to publish the package should

  1. Follow these instructions from NPM to create a new token for use in the publishing auth flow
    • The "Automation" choice should be picked for the type of Action token
  2. Follow these instructions from Github to create a new repository secret named NPM_TOKEN, and paste in the token copied from NPM into its Value field

This can be done before or after this PR is merged.

sadikassistivlabs commented 2 years ago

Touches on #16 I think