Skip to content

Commit

Permalink
Update permissions in ci-cpi-count.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yonch authored Jan 1, 2025
1 parent 1f7b687 commit a89036e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-cpi-count.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -48,4 +51,4 @@ jobs:
cache-to: type=registry,image-manifest=true,oci-mediatypes=true,ref=ghcr.io/${{ github.repository }}/cpi-count:cache,mode=max # Need to add the repository name




0 comments on commit a89036e

Please sign in to comment.