Skip to content

Commit

Permalink
ci(legitify-pat): removing issue assignee
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmmr authored Aug 23, 2023
1 parent e2934e1 commit ca763f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/legitify-repo-scan-pat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
gh issue create \
--title "Daily Scan Report - ${date}" \
--body "The summary is available at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
--label "repository-report" \
--assignee @xpirit-training/admins
--label "repository-report"
- name: Create Error Issue
if: failure()
env:
Expand All @@ -41,7 +40,6 @@ jobs:
gh issue create \
--title "Repository Scan Failed - ${date}" \
--body "The repository scan failed, see ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
--label "repository-report, failure" \
--assignee @xpirit-training/admins
--label "repository-report, failure"

0 comments on commit ca763f3

Please sign in to comment.