Skip to content

Commit 894d517

Browse files
committed
fix: workflow permissions
1 parent c7005bd commit 894d517

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ jobs:
6363
# we will dispatch another copy of this workflow to deploy the Staging API env; we invoke the workflow
6464
# with an input, so `github.event.inputs.environment` won't be "" and the `if` condition above will be
6565
# false, thus there won't be a recursive loop
66-
uses: canonical/snapcraft.io/.github/workflows/deploy.yaml@main
66+
uses: canonical/snapcraft.io/.github/workflows/deploy.yaml@staging
6767
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 }}
68+
environment: Staging API

0 commit comments

Comments
 (0)