Run az login command through Service fabric application got error: ERROR: (pii). Status: Response_Status.Status_Unexpected, Error code: -2147023584, Tag: 557973639 #1096
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run issue sentinel | |
on: | |
issues: | |
types: [opened, edited, closed] | |
jobs: | |
Issue: | |
permissions: | |
issues: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run Issue Sentinel | |
uses: Azure/issue-sentinel@v1 | |
with: | |
password: ${{secrets.ISSUE_SENTINEL_PASSWORD}} | |
enable-similar-issues-scanning: true | |
enable-security-issues-scanning: true |