Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
lint:
name: Lint
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
permissions:
contents: read

terraform-test:
name: Terraform - Validation and replica-set product
Expand Down Expand Up @@ -106,6 +108,8 @@ jobs:
name: Check libraries
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -132,6 +136,8 @@ jobs:
with:
path-to-charm-directory: ${{ matrix.path }}
cache: false
permissions:
contents: read

integration-test:
name: Integration test charm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: ./.github/workflows/ci.yaml
secrets: inherit
permissions:
contents: write # Needed for Allure Report beta
contents: write # Needed to create git tag

release:
name: Release charm
Expand All @@ -23,7 +23,7 @@ jobs:
secrets:
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
permissions:
contents: write # Needed to create git tags
contents: write # Needed to create git tags

release-libraries:
name: Release libraries
Expand Down
Loading