fix: update permissions for Docker publish job in CI workflow

This commit is contained in:
2026-05-08 14:23:31 +03:30
parent bc2b38a3b0
commit 49abf8dcc7
+4 -1
View File
@@ -7,6 +7,9 @@ on:
jobs:
docker_publish:
runs-on: "ubuntu-latest"
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
@@ -16,4 +19,4 @@ jobs:
uses: macbre/push-to-ghcr@master
with:
image_name: ${{ github.repository }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}