We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9836856 commit cc78c19Copy full SHA for cc78c19
1 file changed
.github/workflows/ci.yml
@@ -39,6 +39,8 @@ jobs:
39
needs: build
40
runs-on: ubuntu-22.04
41
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
42
+ permissions:
43
+ contents: write
44
steps:
45
- name: Get the APK
46
uses: actions/download-artifact@v4
0 commit comments