Skip to content

Commit 5ea0b6a

Browse files
committed
Merge branch 'main' into copilot/fix-6a7c9edd-41fe-4b80-a792-ea2d39c64464
2 parents 7427e58 + 6362adf commit 5ea0b6a

File tree

3 files changed

+5492
-11765
lines changed

3 files changed

+5492
-11765
lines changed

.github/workflows/add-to-inbox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
PROJECT_ID: 4503
1313
steps:
1414
- id: get-primer-access-token
15-
uses: actions/create-github-app-token@v1
15+
uses: actions/create-github-app-token@v2
1616
with:
1717
app-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_ID }}
1818
private-key: ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_PRIVATE_KEY }}
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GH_TOKEN: ${{ steps.get-primer-access-token.outputs.token }}
2424
- id: get-github-access-token
25-
uses: actions/create-github-app-token@v1
25+
uses: actions/create-github-app-token@v2
2626
with:
2727
app-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_ID_FOR_GITHUB }}
2828
private-key: ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_PRIVATE_KEY_FOR_GITHUB }}

0 commit comments

Comments
 (0)