We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bc777 commit 495e4e4Copy full SHA for 495e4e4
.github/workflows/AutoLabelMsftContributor.yml
@@ -1,3 +1,4 @@
1
+
2
name: Auto label Microsoft contributors
3
4
permissions:
@@ -31,4 +32,5 @@ jobs:
31
32
PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }}
33
secrets:
34
AccessToken: ${{ secrets.GITHUB_TOKEN }}
- TeamReadAccessToken: ${{ secrets.ORG_READTEAMS_TOKEN }}
35
+ ClientId: ${{ secrets.M365_APP_CLIENT_ID }}
36
+ PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }}
0 commit comments