File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 core.setOutput('to-fetch', [...toFetch].join(' '))
114114 - name : obtain installation token
115115 if : steps.check.outputs.refspec != ''
116- uses : actions/create-github-app-token@v1
116+ uses : actions/create-github-app-token@v2
117117 id : token
118118 with :
119119 app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 9999 core.setOutput('to-fetch', [...toFetch].join(' '))
100100 - name : obtain installation token
101101 if : steps.check.outputs.refspec != ''
102- uses : actions/create-github-app-token@v1
102+ uses : actions/create-github-app-token@v2
103103 id : token
104104 with :
105105 app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 6464 core.setOutput('target-sha', targetSHA || '')
6565 - name : obtain installation token
6666 if : steps.check.outputs.skip == 'false'
67- uses : actions/create-github-app-token@v1
67+ uses : actions/create-github-app-token@v2
6868 id : token
6969 with :
7070 app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
You can’t perform that action at this time.
0 commit comments