We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f65412 commit e2b828dCopy full SHA for e2b828d
.github/workflows/build_hash.yml
@@ -0,0 +1,15 @@
1
+name: Build hash and deploy to S3
2
+run-name: "${{ github.actor }} - ${{ github.ref_name }} - ${{ github.run_id }} 🚀"
3
+
4
+on:
5
+ workflow_dispatch:
6
+ push:
7
+ branches:
8
+ - 'feature/*'
9
10
+jobs:
11
+ Build:
12
+ uses: dvsa/cvs-github-actions/.github/workflows/build-node-hash.yaml@develop
13
+ secrets:
14
+ CVS_MGMT_AWS_ROLE: ${{ secrets.CVS_MGMT_AWS_ROLE }}
15
+ DVSA_AWS_REGION: ${{ secrets.DVSA_AWS_REGION }}
0 commit comments