Skip to content

Commit b1c551d

Browse files
committed
💚 fix Docker workflow publish permissions
1 parent 64affc2 commit b1c551d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
push_to_registry:
1212
name: Push Docker image to Docker Hub
1313
runs-on: ubuntu-latest
14+
permissions:
15+
packages: write
16+
contents: read
1417
environment:
1518
name: docker
1619
url: https://hub.docker.com/r/klement/mysql-to-sqlite

0 commit comments

Comments
 (0)