Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test github - check label #21

Closed
wants to merge 18 commits into from
15 changes: 15 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,18 @@ jobs:
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_PUBLISH }}

checkFailed:
runs-on: ubuntu-latest
name: Check Failed Action
if: always()
needs: publish
steps:
- name: Check Failed
if: always()
uses: checkdigit/github-actions/check-failed-actions@check-failed-actions
with:
failed: ${{ contains(needs.*.result, 'failure') }}
env:
SLACK_FAILED_URL: ${{ secrets.SLACK_PUBLISH_MISMATCH }}
DEBUG: 'check-failed-action:*'
Loading