File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 run : echo "${{ github.head_ref }}"
1818 - name : Generate token
1919 id : generate-token
20- uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
20+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
2121 with :
2222 app-id : ${{ secrets.BOT_GITHUB_APP_ID }}
2323 private-key : ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 1515 steps :
1616 - name : Generate token
1717 id : generate-token
18- uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
18+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1919 with :
2020 app-id : ${{ secrets.BOT_GITHUB_APP_ID }}
2121 private-key : ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Generate token
1616 id : generate-token
17- uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
17+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1818 with :
1919 app-id : ${{ secrets.BOT_GITHUB_APP_ID }}
2020 private-key : ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments