Skip to content

Commit

Permalink
ci: fix source-git automation
Browse files Browse the repository at this point in the history
rhel-only

Related: RHEL-30581
  • Loading branch information
jamacku authored and pvalena committed Jul 17, 2024
1 parent 30e7e50 commit 53ee074
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/tracker-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ products:
- rhel-9.2.0.z
- rhel-9.3.0
- rhel-9.3.0.z
- rhel-9.4.0
- rhel-9.4.0.z
- rhel-9.5.0
- rhel-9.5.0.z
- rhel-9.6.0
- rhel-9.6.0.z
- rhel-9.7.0
- rhel-9.7.0.z
- rhel-9.8.0
- rhel-9.8.0.z
- rhel-9.9.0
- rhel-9.9.0.z
- rhel-9.10.0
- rhel-9.10.0.z
- rhel-9.4
- rhel-9.4.z
- rhel-9.5
- rhel-9.5.z
- rhel-9.6
- rhel-9.6.z
- rhel-9.7
- rhel-9.7.z
- rhel-9.8
- rhel-9.8.z
- rhel-9.9
- rhel-9.9.z
- rhel-9.10
- rhel-9.10.z
1 change: 1 addition & 0 deletions .github/workflows/source-git-automation-on-demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ jobs:
uses: redhat-plumbers-in-action/source-git-automation@v1
with:
pr-number: ${{ matrix.pr-number }}
component: dracut
jira-api-token: ${{ secrets.JIRA_API_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/source-git-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
uses: redhat-plumbers-in-action/source-git-automation@v1
with:
pr-metadata: ${{ needs.download-metadata.outputs.pr-metadata }}
component: dracut
jira-api-token: ${{ secrets.JIRA_API_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 53ee074

Please sign in to comment.