Skip to content

The solution currently uses Service Principal Key and Secret not managed identity for service to service calls. #663

The solution currently uses Service Principal Key and Secret not managed identity for service to service calls.

The solution currently uses Service Principal Key and Secret not managed identity for service to service calls. #663

Workflow file for this run

name: Auto - Greet
on: [pull_request_target, issues]
jobs:
GreetBot:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/[email protected]
continue-on-error: true
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks for raising your first issue, the team appreciates the time you have taken 😉"
pr-message: "Thank you for the contribution, one of the team will evaluate shortly."