File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ jobs:
252252 - name : Generate GitHub app token
253253 id : github-app-token
254254 if : ${{ github.ref_type == 'tag' }}
255- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
255+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
256256 with :
257257 app-id : ${{ secrets.APP_ID }}
258258 private-key : ${{ secrets.APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Generate GitHub app token
2222 id : github-app-token
23- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
23+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
2424 with :
2525 app-id : ${{ secrets.APP_ID }}
2626 private-key : ${{ secrets.APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 2323 steps :
2424 - name : Generate GitHub app token
2525 id : github-app-token
26- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
26+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
2727 with :
2828 app-id : ${{ secrets.APP_ID }}
2929 private-key : ${{ secrets.APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 4848 fi
4949 - name : Generate GitHub app token
5050 id : github-app-token
51- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
51+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
5252 with :
5353 app-id : ${{ secrets.APP_ID }}
5454 private-key : ${{ secrets.APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Generate GitHub app token
1818 id : github-app-token
19- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
19+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
2020 with :
2121 app-id : ${{ secrets.APP_ID }}
2222 private-key : ${{ secrets.APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 4747 go install github.com/kumahq/ci-tools/cmd/release-tool@v1.1.5
4848 - name : Generate GitHub app token
4949 id : github-app-token
50- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
50+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
5151 with :
5252 app-id : ${{ secrets.APP_ID }}
5353 private-key : ${{ secrets.APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 6060 rm ${{ env.OUTPUT_PATH }}/raw/versions.yml
6161 - name : Generate GitHub app token
6262 id : github-app-token
63- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
63+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
6464 with :
6565 app-id : ${{ secrets.APP_ID }}
6666 private-key : ${{ secrets.APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 6767 echo "EOF" >> $GITHUB_ENV
6868 - name : Generate GitHub app token
6969 id : github-app-token
70- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
70+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
7171 with :
7272 app-id : ${{ secrets.APP_ID }}
7373 private-key : ${{ secrets.APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments