Skip to content

Commit 6fb33c9

Browse files
authored
Fix: allow deploy to publish image (#51)
2 parents 0d1f5f6 + b7ad2a7 commit 6fb33c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
runs-on: ubuntu-latest
3232
needs: [tests-ui, tests-pytest]
3333
if: (!cancelled())
34+
permissions:
35+
packages: write
3436

3537
steps:
3638
- name: Checkout

0 commit comments

Comments
 (0)