BotFramework-WebChat
BotFramework-WebChat copied to clipboard
Updating the Artifact version in Localization file
Work Item : https://msazure.visualstudio.com/CCI/_sprints/taskboard/non-IVR-Multi-modal/CCI/Selenium?workitem=32080400
Fixes # Change of Artifact version
Changelog Entry
Description
The artifact used in the localization file was updated to the latest version, as the previous version got deprecated and thus the workflow pipeline was failing.
Design
Specific Changes
After this PR merged we need to renew the secret key to make authentication work. Please use following steps:
- Generate a new OAuth secret key from Github Developer settings.
- Add to Repository secrets with name 'GH_TOKEN_FOR_PULL_REQUESTS' in Secrets>Actions>Repository secrets.
- [ ] I have added tests and executed them locally
- [ ] I have updated
CHANGELOG.md - [ ] I have updated documentation
Review Checklist
This section is for contributors to review your work.
- [ ] Accessibility reviewed (tab order, content readability, alt text, color contrast)
- [ ] Browser and platform compatibilities reviewed
- [ ] CSS styles reviewed (minimal rules, no
z-index) - [ ] Documents reviewed (docs, samples, live demo)
- [ ] Internationalization reviewed (strings, unit formatting)
- [ ]
package.jsonandpackage-lock.jsonreviewed - [ ] Security reviewed (no data URIs, check for nonce leak)
- [ ] Tests reviewed (coverage, legitimacy)