Skip to content

Commit 8967d35

Browse files
authored
Update workflows to use GitHub app
1 parent 2be14d6 commit 8967d35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/info-needed-closer.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
- name: Run Info Needed Closer
2020
uses: ./actions/needs-more-info-closer
2121
with:
22-
token: ${{secrets.AZCODE_BOT_PAT}}
22+
app_id: ${{ secrets.AZURETOOLS_VSCODE_BOT_APP_ID }}
23+
app_installation_id: ${{ secrets.AZURETOOLS_VSCODE_BOT_APP_INSTALLATION_ID }}
24+
app_private_key: ${{ secrets.AZURETOOLS_VSCODE_BOT_APP_PRIVATE_KEY }}
2325
label: info-needed
2426
closeDays: 14
2527
closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/azcodeissuereporting) guidelines.\n\nHappy Coding!"

0 commit comments

Comments
 (0)