Skip to content

Commit

Permalink
AAE-17095-token-validation (#334)
Browse files Browse the repository at this point in the history
Co-authored-by: Anahide Tchertchian <[email protected]>
  • Loading branch information
wojciech-piotrowiak and atchertchian authored Oct 6, 2023
1 parent 5801a5b commit 3677550
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/actions/send-slack-notification/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ inputs:
runs:
using: composite
steps:
- name: Validate token
if: inputs.token == ''
uses: actions/github-script@v3
with:
script: |
core.setFailed('Slack token was not provided!')
- name: Compute color
id: compute-color
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.4.0
v3.4.1

0 comments on commit 3677550

Please sign in to comment.