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 : Create GitHub App token
4545 id : App-Token
46- uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
46+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
4747 with :
4848 client-id : ${{ secrets.GitHubAppClientId }}
4949 private-key : ${{ secrets.GitHubAppPrivateKey }}
Original file line number Diff line number Diff line change 8888
8989 - name : Create GitHub App token
9090 id : App-Token
91- uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
91+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
9292 with :
9393 client-id : ${{ secrets.GitHubAppClientId }}
9494 private-key : ${{ secrets.GitHubAppPrivateKey }}
Original file line number Diff line number Diff line change 4545
4646 - name : Create GitHub App token
4747 id : App-Token
48- uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
48+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
4949 with :
5050 client-id : ${{ secrets.GitHubAppClientId }}
5151 private-key : ${{ secrets.GitHubAppPrivateKey }}
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ The token action is pinned and exposes its output only to the steps that need Gi
8585` ` ` yaml
8686- name: Create GitHub App token
8787 id: App-Token
88- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
88+ uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
8989 with:
9090 client-id: ${{ secrets.GitHubAppClientId }}
9191 private-key: ${{ secrets.GitHubAppPrivateKey }}
You can’t perform that action at this time.
0 commit comments