From 4b33efbd85ed5e88c488536a43c627ed8cdf73c8 Mon Sep 17 00:00:00 2001 From: Julien Ruaux Date: Sun, 22 Jan 2023 06:27:09 +0800 Subject: [PATCH] feat: Added slack webhook secret --- .github/workflows/early-access.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/early-access.yml b/.github/workflows/early-access.yml index 36694fefd..543818d6c 100644 --- a/.github/workflows/early-access.yml +++ b/.github/workflows/early-access.yml @@ -20,4 +20,5 @@ jobs: sonatype-username: ${{ secrets.SONATYPE_USERNAME }} sonatype-password: ${{ secrets.SONATYPE_PASSWORD }} docker-username: ${{ secrets.DOCKER_USERNAME }} - docker-password: ${{ secrets.DOCKER_PASSWORD }} \ No newline at end of file + docker-password: ${{ secrets.DOCKER_PASSWORD }} + slack-webhook: ${{ secrets.SLACK_WEBHOOK }} \ No newline at end of file