Skip to content

Commit b7ad2a7

Browse files
committed
fix: allow deploy to publish image
1 parent 0d1f5f6 commit b7ad2a7

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)