mirror of
https://github.com/mmahdium/TGSS.git
synced 2026-08-12 08:32:48 +03:30
fix: update permissions for Docker publish job in CI workflow
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user