File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 name : Load DockerHub credentials
6464 id : dockerhub-creds
6565 if : success() && inputs.publish_images
66- uses : gittools/cicd/dockerhub-creds@main
66+ uses : gittools/cicd/dockerhub-creds@v1
6767 with :
6868 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
6969 -
Original file line number Diff line number Diff line change 4343 -
4444 name : Load DockerHub credentials
4545 id : dockerhub-creds
46- uses : gittools/cicd/dockerhub-creds@main
46+ uses : gittools/cicd/dockerhub-creds@v1
4747 with :
4848 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
4949 -
Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ jobs:
3838 name : Load NuGet credentials
3939 id : nuget-creds
4040 if : inputs.publish_packages
41- uses : gittools/cicd/nuget-creds@main
41+ uses : gittools/cicd/nuget-creds@v1
4242 with :
4343 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
4444 -
4545 name : Load Chocolatey credentials
4646 id : choco-creds
4747 if : inputs.publish_packages
48- uses : gittools/cicd/choco-creds@main
48+ uses : gittools/cicd/choco-creds@v1
4949 with :
5050 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
5151
Original file line number Diff line number Diff line change @@ -161,14 +161,14 @@ jobs:
161161 name : Restore Artifacts
162162 uses : ./.github/actions/artifacts-restore
163163 -
164- name : Attetstation
164+ name : Attestation
165165 if : env.CAN_PUBLISH == 'true'
166166 uses : ./.github/actions/artifacts-attest
167167 -
168168 name : Load DockerHub credentials
169169 id : dockerhub-creds
170170 if : env.CAN_PUBLISH == 'true'
171- uses : gittools/cicd/dockerhub-creds@main
171+ uses : gittools/cicd/dockerhub-creds@v1
172172 with :
173173 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
174174 -
Original file line number Diff line number Diff line change 3636 -
3737 name : Load GitHub App credentials
3838 id : gh-app-creds
39- uses : gittools/cicd/gh-app-creds@main
39+ uses : gittools/cicd/gh-app-creds@v1
4040 with :
4141 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
4242 -
Original file line number Diff line number Diff line change 3232 -
3333 name : Load GitHub App credentials
3434 id : gh-app-creds
35- uses : gittools/cicd/gh-app-creds@main
35+ uses : gittools/cicd/gh-app-creds@v1
3636 with :
3737 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
3838 -
Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Load GitHub App credentials
2323 id : gh-app-creds
24- uses : gittools/cicd/gh-app-creds@main
24+ uses : gittools/cicd/gh-app-creds@v1
2525 with :
2626 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
2727 - name : Generate GitHub App Token
You can’t perform that action at this time.
0 commit comments