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
As a notice, in my case was due to having set the AppRunner instance to configuration through the apprunner.yml, whereas to work with the API, it must be to set up for the be configured through the console or the API
My pipeline is this:
` name: Deploy to App Runner
on:
push:
branches: [main]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
I used this blog post as an example: https://aws.amazon.com/pt/blogs/containers/deploy-applications-in-aws-app-runner-with-github-actions/ and it's not working.
My service user has maximum permission to deploy to App Runner
The text was updated successfully, but these errors were encountered: