Skip to content

Commit 519c34a

Browse files
committed
added env for token in slack notification workflow
1 parent b38234e commit 519c34a

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/rtconnect-test.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,4 @@ jobs:
2929
- run: npm run lint
3030
- run: npm test
3131
# env:
32-
# CI: true
33-
34-
35-
# slackNotification:
36-
# name: Slack CI status - notify on failure
37-
# runs-on: ubuntu-latest
38-
# steps:
39-
# - name: Slack Notify on Failure
40-
# if: ${{ failure() }}
41-
# id: slack
42-
# uses: slackapi/slack-github-action@v1.24.0
43-
# with:
44-
# channel-id: 'C067F896WG5'
45-
# slack-message: "Github CI Result: ${{ job.status }}\nGithub PR/Commit URL: ${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
46-
# env:
47-
# SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
48-
# # SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
49-
# # SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
32+
# CI: true

0 commit comments

Comments
 (0)