Skip to content

Commit

Permalink
Fix container publication
Browse files Browse the repository at this point in the history
Reinstantiate package write permission for the job that published the
container into ghcr.
  • Loading branch information
lucasvuotto committed Feb 24, 2025
1 parent 8f98dae commit 84c8ffa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
name: Test RIT Action docker container-action
runs-on: ubuntu-latest
timeout-minutes: 60
permissions:
packages: write

steps:
- name: Checkout
Expand Down

0 comments on commit 84c8ffa

Please sign in to comment.