Skip to content

Commit 4455294

Browse files
authored
Merge pull request #431 from MicrosoftDocs/main
Update AutoLabelMsftContributor workflow from PAT to GH app
2 parents 9cc7d5f + 9e79f25 commit 4455294

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/AutoLabelMsftContributor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }}
3232
secrets:
3333
AccessToken: ${{ secrets.GITHUB_TOKEN }}
34-
TeamReadAccessToken: ${{ secrets.ORG_READTEAMS_TOKEN }}
34+
ClientId: ${{ secrets.M365_APP_CLIENT_ID }}
35+
PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)