You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
I would like to do automated deployments with Github Actions and the ask cli. This is for a self hosted skill in a Lambda function. The lambda function has already been created, and the alexa skill trigger has been configured using the correct skill ID. Here is my github action configuration yml file:
I'm submitting a...
I would like to do automated deployments with Github Actions and the ask cli. This is for a self hosted skill in a Lambda function. The lambda function has already been created, and the alexa skill trigger has been configured using the correct skill ID. Here is my github action configuration yml file:
And here is my skills.json:
Expected Behavior
The
ask deploy
command runs when a push is made to the main branch. The deploy command completes successfully and updates the skill.Current Behavior
The deploy command fails with the following message:
Steps to Reproduce (for bugs)
ask new
command.ask deploy
locally in the root directory of the new skill.Possible Solution
Your Environment and Context
The text was updated successfully, but these errors were encountered: