Skip to content

Commit

Permalink
[MISC] Update snap (#198)
Browse files Browse the repository at this point in the history
* Update snap

* Missed allure permissions
  • Loading branch information
dragomirp authored Apr 4, 2024
1 parent 37d63de commit 584cc41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
cloud: lxd
juju-agent-version: ${{ matrix.juju.agent }}
libjuju-version-constraint: ${{ matrix.juju.libjuju }}
_beta_allure_report: ${{ matrix.juju.allure }}
permissions:
contents: write # Needed for Allure Report beta
secrets:
integration-test: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: ./.github/workflows/ci.yaml
secrets: inherit
permissions:
actions: write # Needed to manage GitHub Actions cache
contents: write # Needed for Allure Report beta

build:
name: Build charm
Expand Down
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
SNAP_PACKAGES = [
(
POSTGRESQL_SNAP_NAME,
{"revision": {"aarch64": "97", "x86_64": "102"}, "channel": "14/stable"},
{"revision": {"aarch64": "110", "x86_64": "111"}, "channel": "14/stable"},
)
]

Expand Down

0 comments on commit 584cc41

Please sign in to comment.