Skip to content

Workflow file for this run

name: RHTAP Daily JIRA Status
on:
push:
branches:
- main # Trigger the workflow on push events to the main branch
workflow_dispatch: # Allow manual triggering of the workflow
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Bash Script
run: bash RHTAP/forum-rhtap-ui.sh ${{ secrets.JIRA_PAT }} ${{ secrets.PERSONAL_SLACK_HOOK }}