We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceef21f commit e6d7a94Copy full SHA for e6d7a94
.github/workflows/android-apk-build.yml
@@ -54,7 +54,7 @@ jobs:
54
draft: false
55
prerelease: false
56
env:
57
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}
58
59
# - name: Upload APK artifact
60
# uses: actions/upload-artifact@v4
0 commit comments