We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1513e52 + 81e6ec6 commit f9f5b67Copy full SHA for f9f5b67
1 file changed
.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