Skip to content

Commit

Permalink
Fix: allow deploy to publish image (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 authored Dec 11, 2024
2 parents 0d1f5f6 + b7ad2a7 commit 6fb33c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
runs-on: ubuntu-latest
needs: [tests-ui, tests-pytest]
if: (!cancelled())
permissions:
packages: write

steps:
- name: Checkout
Expand Down

0 comments on commit 6fb33c9

Please sign in to comment.