Skip to content

[Bug] ECR Task Creation Failed - due to the lack of permissions to launch the Fargate Tasks #13

[Bug] ECR Task Creation Failed - due to the lack of permissions to launch the Fargate Tasks

[Bug] ECR Task Creation Failed - due to the lack of permissions to launch the Fargate Tasks #13

Workflow file for this run

name: Send GitHub new issues to Slack
on:
issues:
types: [opened]
jobs:
issue-opened:
runs-on: ubuntu-latest
steps:
- name: Send issue to solution slack
uses: slackapi/slack-github-action@v1.19.0
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}