File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,17 @@ jobs:
1616 - uses : docker://quay.csssr.cloud/csssr/kuberta-init-workflow:v1
1717
1818 - name : Download CSSSR actions
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v4
2020 with :
2121 repository : CSSSR/actions
2222 ssh-key : ${{ secrets.DOWNLOAD_ACTIONS_SSH_KEY }}
2323 path : actions
2424
2525 - name : Import secrets
2626 id : secrets
27- uses : hashicorp/vault-action@v2.4.0
27+ uses : ./actions/get-aws-s3-upload-creds/v1beta1
2828 with :
29- url : https://vault.csssr.com:8200
30- jwtGithubAudience : ${{secrets.VAULT_JWT_KEY}}
31- role : s3-cdn-upload
32- method : jwt
33- exportEnv : false
34- secrets : |
35- aws/sts/s3-cdn-upload access_key | AWS_ACCESS_KEY_ID ;
36- aws/sts/s3-cdn-upload secret_key | AWS_SECRET_ACCESS_KEY ;
37- aws/sts/s3-cdn-upload security_token | AWS_SESSION_TOKEN
29+ VAULT_JWT_KEY : ${{secrets.VAULT_JWT_KEY}}
3830
3931 - name : Build and push storybook
4032 uses : ./actions/build-and-deploy-static-site/v1beta1
You can’t perform that action at this time.
0 commit comments