Skip to content

Commit b070a44

Browse files
Store secrets in github environment, fix workflow
1 parent ba974a5 commit b070a44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: androidTest
1+
name: tests
22

33
on:
44
pull_request:
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12+
env:
13+
OPEN_API_KEY: ${{ secrets.OPEN_API_KEY }}
1214

1315
steps:
1416
- name: Checkout

0 commit comments

Comments
 (0)