Skip to content

Commit 93b1d2e

Browse files
Himanshu SharmaHimanshu Sharma
authored andcommitted
added slack secret support in CI/CD
1 parent 3a502e8 commit 93b1d2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
4646
ECR_REPOSITORY: task-manager-api
4747
IMAGE_TAG: ${{ github.sha }}
48+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4849
run: |
4950
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
5051
docker tag $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG \

0 commit comments

Comments
 (0)