Ver Fonte

Update gki-kernel.yml

James McConnell há 1 ano atrás
pai
commit
dbb4ddb313
1 ficheiros alterados com 2 adições e 3 exclusões
  1. 2 3
      .github/workflows/gki-kernel.yml

+ 2 - 3
.github/workflows/gki-kernel.yml

@@ -1,8 +1,7 @@
 name: GKI Kernel Build
-
 permissions:
-  contents: write
-  actions: write
+  contents: write  # Allow writing to repository contents (for pushing tags)
+  actions: write   # Allows triggering actions
 
 on:
   workflow_call: # This allows this workflow to be called from another workflow