Migrate test repo to service principal's account (#149510)

This commit is contained in:
Jackson Kearl
2022-05-13 17:13:00 -07:00
committed by GitHub
parent 169b3cd35f
commit c23f0305db

View File

@@ -16,22 +16,14 @@ jobs:
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run CopyCat (JacksonKearl/testissues)
- name: Run CopyCat (VSCodeTriageBot/testissues)
uses: ./actions/copycat
with:
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
owner: JacksonKearl
owner: VSCodeTriageBot
repo: testissues
# - name: Run CopyCat (chrmarti/testissues)
# uses: ./actions/copycat
# with:
# appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
# token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
# owner: chrmarti
# repo: testissues
- name: Run New Release
uses: ./actions/new-release
with: