Skip to content
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
REGISTRY_IMAGE: ${{ github.repository }}

# --- REQUIRED FOR GHCR AUTHENTICATION ---
permissions:
contents: write
packages: write

jobs:
test:
name: Test
Expand Down
Loading