Fix GHCR permissions: add explicit packages:write to workflow

pull/687/head
Wabo 2 weeks ago
parent 65a77e029a
commit 07ed359766

@ -6,6 +6,10 @@ on:
- master
workflow_dispatch:
permissions:
contents: read
packages: write
jobs:
build-test:
runs-on: ubuntu-24.04-arm

Loading…
Cancel
Save