1010 - [ Debugging] ( #debugging )
1111 - [ Examples] ( #examples )
1212 - [ Static Secrets Demo] ( #static-secrets-demo )
13- - [ Dynamic Secrets Demos ] ( #dynamic-secrets-demos )
13+ - [ Dynamic Secrets Demo ] ( #dynamic-secrets-demo )
1414 - [ Rotated Secrets Demo] ( #rotated-secrets-demo )
1515 - [ SSH Certificates Demo] ( #ssh-certificates-demo )
1616 - [ PKI Certificates Demo] ( #pki-certificates-demo )
@@ -115,7 +115,7 @@ jobs:
115115
116116 steps:
117117 - name: Fetch static secrets from Akeyless
118- uses: akeyless-github-action
118+ uses: akeyless-community/akeyless- github-action@v1.0.1
119119 id: fetch-secrets
120120 with:
121121 access-id: ${{ vars.AKEYLESS_ACCESS_ID }}
@@ -153,7 +153,7 @@ This example demonstrates fetching an AWS Dynamic Secret from Akeyless.
153153 steps:
154154 - name: Fetch dynamic secrets from Akeyless
155155 id: fetch-dynamic-secrets
156- uses: akeyless-github-action
156+ uses: akeyless-community/akeyless- github-action@v1.0.1
157157 with:
158158 access-id: ${{vars.AKEYLESS_ACCESS_ID}}
159159 dynamic-secrets: |
@@ -194,7 +194,7 @@ This example demonstrates fetching an AWS Rotated Secret from Akeyless.
194194 steps:
195195 - name: Fetch rotated secrets from Akeyless
196196 id: fetch-rotated-secrets
197- uses: akeyless-github-action
197+ uses: akeyless-community/akeyless- github-action@v1.0.1
198198 with:
199199 access-id: ${{ vars.AKEYLESS_ACCESS_ID }}
200200 access-type: jwt
@@ -217,7 +217,7 @@ This example demonstrates fetching an AWS Rotated Secret from Akeyless.
217217 steps:
218218 - name: Fetch ssh certificates from Akeyless
219219 id: fetch-ssh-certificate
220- uses: akeyless-github-action
220+ uses: akeyless-community/akeyless- github-action@v1.0.1
221221 with:
222222 access-type: jwt
223223 ssh-certificate-secrets: |
@@ -245,7 +245,7 @@ This example demonstrates fetching an AWS Rotated Secret from Akeyless.
245245 steps:
246246 - name: Fetch pki certificates from Akeyless
247247 id: fetch-pki-certificates
248- uses: akeyless-github-action
248+ uses: akeyless-community/akeyless- github-action@v1.0.1
249249 with:
250250 access-type: jwt
251251 pki-certificate-secrets: |
0 commit comments