Skip to content

Commit 9fb504e

Browse files
authoredApr 27, 2024
Updated Workflows & README
1 parent b18e4ee commit 9fb504e

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed
 

‎.github/workflows/backstage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: Run Bash Script
18-
run: bash backstage/team-backstage.sh ${{ secrets.PERSONAL_SLACK_HOOK }}
18+
run: bash backstage/team-backstage.sh ${{ secrets.TEAM_BACKSTAGE_SLACK_HOOK }}

‎.github/workflows/devconsole.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: Run Bash Script
18-
run: bash devconsole/forum-devconsole.sh ${{ secrets.JIRA_PAT }} ${{ secrets.PERSONAL_SLACK_HOOK }}
18+
run: bash devconsole/forum-devconsole.sh ${{ secrets.JIRA_PAT }} ${{ secrets.FORUM_DEVCONSOLE_SLACK_HOOK }}

‎.github/workflows/konflux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: Run Bash Script
18-
run: bash konflux/forum-konflux-ui.sh ${{ secrets.JIRA_PAT }} ${{ secrets.PERSONAL_SLACK_HOOK }}
18+
run: bash konflux/forum-konflux-ui.sh ${{ secrets.JIRA_PAT }} ${{ secrets.FORUM_KONFLUX_UI_SLACK_HOOK }}

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ For each project, there are separate directories created. In each directory, the
77
**To add this bot in a new channel/project:**
88
1. Create a new directory
99
2. Place the Bash script inside the directory
10-
3. Create an Actions workflow file for the new project/channel.
10+
3. Add the Slack Webhook & Jira PAT in the Actions Repository Secret
11+
4. Create an Actions workflow file for the new project/channel and reference the secrets.
1112

12-
Note: The Actions Workflow remain same for all bots. Only the names and directories have to be updated.
13+
Note: The Actions Workflow remain same for all bots. Only the names, secret_refs and directories have to be updated.
1314

1415
### Projects currently monitored:
1516
- Openshift Developer Console

0 commit comments

Comments
 (0)
Please sign in to comment.