We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0eb1bb2 + 553e0bd commit e910eecCopy full SHA for e910eec
2 files changed
.github/workflows/post-merge-deploy-to-build.yml
@@ -34,7 +34,7 @@ jobs:
34
sam build -t infrastructure/template.yaml -b out/
35
36
- name: Deploy SAM app
37
- uses: govuk-one-login/devplatform-upload-action@v3.9.2
+ uses: govuk-one-login/devplatform-upload-action@v3.10.1
38
with:
39
artifact-bucket-name: ${{ secrets.BUILD_ARTIFACT_SOURCE_BUCKET_NAME }}
40
signing-profile-name: ${{ secrets.BUILD_SIGNING_PROFILE_NAME }}
.github/workflows/post-merge-deploy-to-dev.yml
artifact-bucket-name: ${{ secrets.DEV_ARTIFACT_SOURCE_BUCKET_NAME }}
signing-profile-name: ${{ secrets.DEV_SIGNING_PROFILE_NAME }}
0 commit comments