File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,14 +70,14 @@ jobs:
70
70
packages : write
71
71
id-token : write
72
72
steps :
73
- -
uses :
webfactory/[email protected]
74
- with :
75
- ssh-private-key : ${{ secrets.DEPLOY_KEY_READ_VENAFI_CONNECTION_LIB }}
76
73
- name : Install Tools
77
74
# Installing 'bash' because it's required by the 'cosign-installer' action
78
75
# and 'coreutils' because the 'slsa-provenance-action' requires a version
79
76
# of 'base64' that supports the -w flag.
80
77
run : apk add --update make git jq rsync curl bash coreutils go
78
+ -
uses :
webfactory/[email protected]
79
+ with :
80
+ ssh-private-key : ${{ secrets.DEPLOY_KEY_READ_VENAFI_CONNECTION_LIB }}
81
81
- name : Adding github workspace as safe directory
82
82
# See issue https://github.com/actions/checkout/issues/760
83
83
run : git config --global --add safe.directory $GITHUB_WORKSPACE
You can’t perform that action at this time.
0 commit comments