Skip to content

Commit bb8dda4

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,11 @@ 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
484+
contents: read
485+
id-token: write
481486

482487
publish_fdroid:
483488
name: Publish F-Droid artifacts

0 commit comments

Comments
 (0)