Skip to content

Commit

Permalink
actions: add permissions to image workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <[email protected]>
  • Loading branch information
markpash committed May 5, 2024
1 parent f09bdd7 commit 7f98028
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
types: [published]
workflow_dispatch:

permissions:
contents: read
packages: write

jobs:
build-publish:
name: Build and publish container image
Expand Down

0 comments on commit 7f98028

Please sign in to comment.