Browse Source

inherit secrets

master
Henning Hall 1 year ago
parent
commit
fa4f2e80e4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/pr.yml

+ 2
- 0
.github/workflows/pr.yml View File

@ -17,11 +17,13 @@ jobs:
name: Test
uses: ./.github/workflows/test-ios-e2e.yml
needs: [build-ios]
secrets: inherit
test-android-e2e:
name: Test
uses: ./.github/workflows/test-android-e2e.yml
needs: [build-android]
secrets: inherit
test-js:
name: Test

Loading…
Cancel
Save