We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd84e78 commit 1ff63e0Copy full SHA for 1ff63e0
1 file changed
.github/workflows/deploy-to-dev-demo.yml
@@ -1,4 +1,4 @@
1
-name: ✳️ Deploy to the dev environment (demo)
+name: ✳️ Deploy to the build environment (demo)
2
3
on:
4
push:
@@ -67,6 +67,6 @@ jobs:
67
uses: govuk-one-login/devplatform-upload-action@v3.11.0
68
with:
69
artifact-bucket-name: ${{ secrets.ARTEFACT_BUCKET_NAME_DEMO }}
70
- signing-profile-name: ${{ secrets.SIGNING_PROFILE_NAME_DEMO }}
+ signing-profile-name: ${{ secrets.SIGNING_PROFILE_NAME_BUILD }}
71
working-directory: .
72
0 commit comments