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