Skip to content

Commit

Permalink
fixing NEW release permissions issue -- SBOM upload (#196)
Browse files Browse the repository at this point in the history
Signed-off-by: Kent <kent.rancourt@gmail.com>
  • Loading branch information
krancour authored Oct 12, 2023
1 parent 7d3351e commit 028da83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:

build-and-push-image:
permissions:
packages: write
packages: write # Used to push images to ghcr.io
contents: write # Used to upload assets
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
Expand Down

0 comments on commit 028da83

Please sign in to comment.