We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c7147 commit 40de49aCopy full SHA for 40de49a
.github/workflows/release-apk.yml
@@ -1,5 +1,6 @@
1
name: Release APK
2
-
+permissions:
3
+ contents: write # 授予写入 repo 的权限
4
on:
5
push:
6
tags:
0 commit comments