File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Get App Token
23- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547
23+ uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5
2424 id : app-token
2525 with :
2626 app-id : ${{ vars.PRIMER_APP_ID_SHARED }}
5353 runs-on : ubuntu-latest
5454 steps :
5555 - name : Get App Token
56- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547
56+ uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5
5757 id : app-token
5858 with :
5959 app-id : ${{ vars.PRIMER_APP_ID_SHARED }}
Original file line number Diff line number Diff line change 2828 - name : Install dependencies
2929 run : npm ci
3030
31- - uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547
31+ - uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5
3232 id : app-token
3333 with :
3434 app-id : ${{ vars.PRIMER_APP_ID_SHARED }}
Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ jobs:
6262 steps :
6363 - name : Generate token
6464 id : generate_token
65- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547
65+ uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5
6666 with :
67- app_id : ${{ secrets.APP_ID }}
68- private_key : ${{ secrets.PRIVATE_KEY }}
67+ app-id : ${{ secrets.APP_ID }}
68+ private-key : ${{ secrets.PRIVATE_KEY }}
6969 # Warning: we are checking out an untrusted source at this point in order
7070 # to push to the head pull request. Code from this checkout must not be
7171 # used in any of the following steps.
You can’t perform that action at this time.
0 commit comments