Allow top-level write permission for Docker push

pull/898/head
Andrew Gaul 2025-10-07 16:18:35 -07:00
rodzic 0bf4cb4886
commit 5eec0f23fc
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
name: Main CI
permissions:
contents: read
contents: write
on:
push:
@ -143,8 +143,6 @@ jobs:
path: pom.xml
Containerize:
permissions:
contents: write
runs-on: ubuntu-24.04-arm
needs: [runTests, meta]
steps: