Skip to content
Open
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
2 changes: 2 additions & 0 deletions .github/workflows/bot_pr_approval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ jobs:
bot_pr_approval:
uses: canonical/operator-workflows/.github/workflows/bot_pr_approval.yaml@main
secrets: inherit
permissions:
pull-requests: write
6 changes: 6 additions & 0 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:

jobs:
integration-tests:
permissions:
contents: read
packages: write
pull-requests: write
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
secrets: inherit
with:
Expand All @@ -18,6 +22,8 @@ jobs:
self-hosted-runner: true
with-uv: true
allure-report:
permissions:
contents: write
if: ${{ !cancelled() && github.event_name == 'schedule' }}
needs:
- integration-tests
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
unit-tests:
uses: canonical/operator-workflows/.github/workflows/test.yaml@main
permissions:
contents: read
pull-requests: write
secrets: inherit
with:
with-uv: true
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
]
dependencies = [
"cosl==1.9.1",
"ops==3.7.0",
"ops==3.7.1",
"tabulate==0.10.0",
]

Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading