Skip to content

Commit 9d2dd7b

Browse files
bug: 🐛 fix releae permissions
1 parent 5524dd4 commit 9d2dd7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
asset_path: app/build/outputs/apk/release/app-release-unsigned.apk
3535
asset_name: offsocial-${{ env.RELEASE_TAG }}.apk
3636
asset_content_type: application/vnd.android.package-archive
37+
env:
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3739

3840
- name: Generate F-Droid metadata file dynamically
3941
run: |

0 commit comments

Comments
 (0)