Skip to content

Commit

Permalink
Fix missing permissions for pushing Docker images to GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
victorreijgwart committed Oct 24, 2024
1 parent 74e9246 commit 119853f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ros1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
workspace-container:
name: Build ROS1 container
runs-on: ubuntu-20.04
permissions:
contents: read
packages: write
outputs:
image: ${{ steps.ref-names.outputs.ci_image }}
steps:
Expand Down

0 comments on commit 119853f

Please sign in to comment.