Skip to content

Commit

Permalink
feat: Added slack webhook secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jan 21, 2023
1 parent 6acfe4a commit 4b33efb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
docker-password: ${{ secrets.DOCKER_PASSWORD }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 4b33efb

Please sign in to comment.