Skip to content

Commit

Permalink
Merge branch 'v3' into add-microk8s-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 authored May 24, 2024
2 parents 32786af + b93a680 commit 3fe239b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/jaas-snap-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ jobs:
with:
folder: jaas
release-channel: 3/edge
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/jimmctl-snap-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ jobs:
with:
folder: jimmctl
release-channel: 3/edge
secrets: inherit

5 changes: 4 additions & 1 deletion .github/workflows/snap-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
release-channel:
required: true
type: string
secrets:
STORE_LOGIN:
required: true


# Note this workflow requires a Github secret to provide auth against snapstore.
# snapcraft export-login --snaps=PACKAGE_NAME --acls package_access,package_push,package_update,package_release exported.txt
Expand Down Expand Up @@ -47,6 +51,5 @@ jobs:
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
with:
store_login: ${{ secrets.STORE_LOGIN }}
snap: ${{needs.build.outputs.snap}}
release: '${{ inputs.release-channel }}'

0 comments on commit 3fe239b

Please sign in to comment.