Skip to content

Commit

Permalink
Add missing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 authored Sep 29, 2024
1 parent a6efe61 commit 2a832e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
release:
types: [ published ]

permissions:
packages: write

env:
IMAGE_NAME: tmturbo-records

Expand Down Expand Up @@ -54,4 +57,4 @@ jobs:
build-args: |
BUILDKIT_CONTEXT_KEEP_GIT_DIR=true
secrets: |
github_token=${{ secrets.GITHUB_TOKEN }}
github_token=${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2a832e4

Please sign in to comment.