Skip to content

Commit

Permalink
chore: Add permissions to the Docker image workflow
Browse files Browse the repository at this point in the history
Signed-off-by: K8sCat <k8scat@gmail.com>
  • Loading branch information
k8scat committed Aug 27, 2024
1 parent 11d5aca commit 31e1dfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:

jobs:
build:
permissions:
contents: read
packages: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 31e1dfc

Please sign in to comment.