Skip to content

Commit

Permalink
permissions update
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Oct 2, 2023
1 parent 53f387e commit c2a06a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@ jobs:
outputs:
amd64_image: ${{ steps.amd64_image.outputs.image }}
arm64_image: ${{ steps.arm64_image.outputs.image }}
permissions:
packages: write
permissions: write-all
steps:
- uses: actions/checkout@v4
with:
repository: ${{ github.repository_owner }}/cryostat
ref: main
- uses: actions/download-artifact@v3
with:
name: cryostat-${{ matrix.arch }}
Expand Down

0 comments on commit c2a06a2

Please sign in to comment.