Skip to content

Commit

Permalink
Give the GH secret a better name #1564
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed Mar 7, 2022
1 parent 1144704 commit 1ed1f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ingestion-error-reporter-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: gdh-ingestor-error-monitor
IMAGE_TAG: ${{ github.sha }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_INGESTION_LOGS }}
AWS_REGION: eu-central-1
run: |
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -t $ECR_REGISTRY/$ECR_REPOSITORY:stable -f Dockerfile .
Expand Down

0 comments on commit 1ed1f8d

Please sign in to comment.