Skip to content

Update usage of MSAL in Workload Identity sample. See .NET for guidance (currently in PR). https://github.com/Azure/azure-workload-identity/tree/main/examples #23

Update usage of MSAL in Workload Identity sample. See .NET for guidance (currently in PR). https://github.com/Azure/azure-workload-identity/tree/main/examples

Update usage of MSAL in Workload Identity sample. See .NET for guidance (currently in PR). https://github.com/Azure/azure-workload-identity/tree/main/examples #23

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 # Scan for similar issues
enable-security-issues-scanning: true # Scan for security issues