We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7005bd commit 894d517Copy full SHA for 894d517
1 file changed
.github/workflows/deploy.yaml
@@ -63,10 +63,6 @@ jobs:
63
# we will dispatch another copy of this workflow to deploy the Staging API env; we invoke the workflow
64
# with an input, so `github.event.inputs.environment` won't be "" and the `if` condition above will be
65
# false, thus there won't be a recursive loop
66
- uses: canonical/snapcraft.io/.github/workflows/deploy.yaml@main
+ uses: canonical/snapcraft.io/.github/workflows/deploy.yaml@staging
67
with:
68
- environment: Staging API
69
- secrets:
70
- VAULT_APPROLE_ROLE_ID: ${{ secrets.VAULT_APPROLE_ROLE_ID }}
71
- VAULT_APPROLE_SECRET_ID: ${{ secrets.VAULT_APPROLE_SECRET_ID }}
72
- CHARMHUB_TOKEN: ${{ secrets.CHARMHUB_TOKEN }}
+ environment: Staging API
0 commit comments