Skip to content

Commit 7d32d32

Browse files
Adding missing permissions to test-device workflow call
1 parent f803752 commit 7d32d32

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,9 @@ jobs:
478478
with:
479479
apk_filename: com.x8bit.bitwarden.apk
480480
test_apk_filename: com.x8bit.bitwarden-test.apk
481+
permissions:
482+
actions: read
483+
checks: write
481484

482485
publish_fdroid:
483486
name: Publish F-Droid artifacts

0 commit comments

Comments
 (0)