File tree Expand file tree Collapse file tree
actions/create-workflow-token Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Generate a token
2222 id : generate-token
23- uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
23+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2424 with :
2525 client-id : ${{ secrets.PUSH_O_MATIC_APP_CLIENT_ID }}
2626 private-key : ${{ secrets.PUSH_O_MATIC_APP_KEY }}
Original file line number Diff line number Diff line change 1919 - name : Generate a token
2020 id : app-token
2121 continue-on-error : true
22- uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
22+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2323 with :
2424 client-id : ${{ inputs.client-id }}
2525 private-key : ${{ inputs.private-key }}
You can’t perform that action at this time.
0 commit comments