File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 PROJECT_ID : 4503
1313 steps :
1414 - id : get-primer-access-token
15- uses : actions/create-github-app-token@v2
15+ uses : actions/create-github-app-token@v3
1616 with :
1717 app-id : ${{ vars.PRIMER_ISSUE_TRIAGE_APP_ID }}
1818 private-key : ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_PRIVATE_KEY }}
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@v2
25+ uses : actions/create-github-app-token@v3
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 }}
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Get App Token
20- uses : actions/create-github-app-token@v2
20+ uses : actions/create-github-app-token@v3
2121 id : app-token
2222 with :
2323 app-id : ${{ vars.PRIMER_APP_ID_SHARED }}
Original file line number Diff line number Diff line change 7878 # Use the primer GitHub App for authentication.
7979 # See: https://github.com/organizations/primer/settings/apps/primer
8080 - name : Get App Token
81- uses : actions/create-github-app-token@v2
81+ uses : actions/create-github-app-token@v3
8282 id : get-access-token
8383 with :
8484 app-id : ${{ vars.PRIMER_APP_ID_SHARED }}
Original file line number Diff line number Diff line change 1919 steps :
2020 - run : echo ${{ needs.pagerduty.outputs.user }} is the Release conductor
2121 - name : Get App Token
22- uses : actions/create-github-app-token@v2
22+ uses : actions/create-github-app-token@v3
2323 id : app-token
2424 with :
2525 app-id : ${{ vars.PRIMER_APP_ID_SHARED }}
Original file line number Diff line number Diff line change 99 static :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/create-github-app-token@v2
12+ - uses : actions/create-github-app-token@v3
1313 id : app-token
1414 with :
1515 app-id : ${{ vars.PRIMER_APP_ID_SHARED }}
You can’t perform that action at this time.
0 commit comments