File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343
4444 - name : Generate token
4545 id : app-token
46- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
46+ uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
4747 with :
4848 app-id : ${{ fromJSON(steps.get-secrets.outputs.secrets).ALLOYBOT_APP_ID }}
4949 private-key : ${{ fromJSON(steps.get-secrets.outputs.secrets).ALLOYBOT_PRIVATE_KEY }}
@@ -168,7 +168,7 @@ jobs:
168168
169169 - name : Generate token
170170 id : app-token
171- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
171+ uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
172172 with :
173173 app-id : ${{ fromJSON(steps.get-secrets.outputs.secrets).ALLOYBOT_APP_ID }}
174174 private-key : ${{ fromJSON(steps.get-secrets.outputs.secrets).ALLOYBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 2929 ALLOYBOT_PRIVATE_KEY=alloybot:private_key
3030 export_env : false
3131
32- - uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
32+ - uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
3333 id : app-token
3434 with :
3535 app-id : ${{ fromJSON(steps.get-secrets.outputs.secrets).ALLOYBOT_APP_ID }}
Original file line number Diff line number Diff line change 8181 ALLOYBOT_PRIVATE_KEY=alloybot:private_key
8282 export_env : false
8383
84- - uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
84+ - uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
8585 id : app-token
8686 with :
8787 app-id : ${{ fromJSON(steps.get-secrets.outputs.secrets).ALLOYBOT_APP_ID }}
Original file line number Diff line number Diff line change 3636 ALLOYBOT_PRIVATE_KEY=alloybot:private_key
3737
3838 - name : Generate token 🔐
39- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
39+ uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
4040 id : app-token
4141 with :
4242 app-id : ${{ fromJSON(steps.get-secrets.outputs.secrets).ALLOYBOT_APP_ID }}
Original file line number Diff line number Diff line change 2323 ALLOYBOT_PRIVATE_KEY=alloybot:private_key
2424
2525 - name : Generate token 🔐
26- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
26+ uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2727 id : app-token
2828 with :
2929 app-id : ${{ fromJSON(steps.get-secrets.outputs.secrets).ALLOYBOT_APP_ID }}
Original file line number Diff line number Diff line change 2727 ALLOYBOT_PRIVATE_KEY=alloybot:private_key
2828
2929 - name : Generate token 🔐
30- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
30+ uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
3131 id : app-token
3232 with :
3333 app-id : ${{ fromJSON(steps.get-secrets.outputs.secrets).ALLOYBOT_APP_ID }}
Original file line number Diff line number Diff line change 2222 ALLOYBOT_PRIVATE_KEY=alloybot:private_key
2323
2424 - name : Generate token 🔐
25- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
25+ uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2626 id : app-token
2727 with :
2828 app-id : ${{ fromJSON(steps.get-secrets.outputs.secrets).ALLOYBOT_APP_ID }}
Original file line number Diff line number Diff line change 2525 ALLOYBOT_PRIVATE_KEY=alloybot:private_key
2626
2727 - name : Generate token 🔐
28- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
28+ uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2929 id : app-token
3030 with :
3131 app-id : ${{ fromJSON(steps.get-secrets.outputs.secrets).ALLOYBOT_APP_ID }}
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ jobs:
256256 ALLOYBOT_PRIVATE_KEY=alloybot:private_key
257257
258258 - name : Create GitHub app token 🔐
259- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
259+ uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
260260 id : app-token
261261 with :
262262 app-id : ${{ fromJSON(steps.get-secrets.outputs.secrets).ALLOYBOT_APP_ID }}
You can’t perform that action at this time.
0 commit comments