Skip to content

Commit 4b34ce2

Browse files
committed
add CI test per code-review feedback
1 parent 0461f44 commit 4b34ce2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,19 @@ jobs:
5454
token: ${{ secrets.SCRIBD_SLACK_GENERIC_TOKEN_PUBLIC }}
5555
channel: test-release-notification
5656
repository: scribd/node-chassis
57+
test-overwrite-status:
58+
runs-on: ubuntu-22.04
59+
steps:
60+
- name: Checkout
61+
uses: actions/checkout@v3
62+
with:
63+
token: ${{ secrets.SCRIBD_GITHUB_RELEASE_TOKEN }}
64+
- name: Run action
65+
uses: ./
66+
with:
67+
token: ${{ secrets.SCRIBD_SLACK_GENERIC_TOKEN_PUBLIC }}
68+
channel: test-release-notification
69+
status: failure
5770

5871
codeowners:
5972
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)