We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7005bd commit 809c869Copy full SHA for 809c869
1 file changed
.github/workflows/deploy.yaml
@@ -63,7 +63,11 @@ 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: ./.github/workflows/deploy.yaml
67
+ permissions:
68
+ contents: read
69
+ deployments: write
70
+ packages: write
71
with:
72
environment: Staging API
73
secrets:
0 commit comments