Skip to content

Commit

Permalink
Give package write permissions to this job as well
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed Oct 26, 2023
1 parent 792cef0 commit 4046493
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ on:
jobs:
docker-build-and-push-images:
runs-on: ubuntu-latest

permissions:
contents: read
packages: write

strategy:
matrix:
include:
Expand Down

0 comments on commit 4046493

Please sign in to comment.