This repo contains simple scripts that demonstrate how to handle release promotion events.
- Install required JS packages:
npm install- Done
Example configuration file
module.exports = {
pulse: {
// use https://pulseguardian.mozilla.org/ to manage your Pulse credentials
credentials: {
username: "xxx",
password: "xxx"
},
// Define queueName to create a durable queue
// queueName: "notify-js"
},
taskcluster: {
credentials: {
clientId: "xxx",
accessToken: "xxx"
},
routingKey: 'route.index.releases.v1.#'
}
};npm run start -- -c path/to/your/config.js