Procházet zdrojové kódy

ci(build): allow cache save to push tag/release (contents: read -> write)

Cache-save pushes ccache-cache/bazel-cache tags and uploads via gh release
upload; read-only perms caused instant 403 and 1.3s retry failures. Aligns
with OnePlus workflow which uses contents: write

Co-Authored-By: internal-model
TheWildJames před 1 týdnem
rodič
revize
ce61f4a51d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -1,6 +1,6 @@
 name: Kernel Build Process
 permissions:
-  contents: read
+  contents: write
   actions: write
 
 on: