瀏覽代碼

Update kernel-a13-5.15.yml

James McConnell 1 年之前
父節點
當前提交
d2e44e554d
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/kernel-a13-5.15.yml

+ 3 - 0
.github/workflows/kernel-a13-5.15.yml

@@ -1,4 +1,7 @@
 name: Android 13 5.15
+permissions:
+  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