Skip to content

Commit

Permalink
Update pythonapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zomry1 committed Apr 17, 2020
1 parent 6469d99 commit 8ae2802
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonapp.yml
Expand Up @@ -7,10 +7,10 @@ on:
branches: [ master ]

jobs:
env:
OXFORD_APP_ID: ${{ secrets.OXFORD_APP_ID }}
OXFORD_APP_KEY: ${{ secrets.OXFORD_APP_KEY }}
build:
env:
OXFORD_APP_ID: ${{ secrets.OXFORD_APP_ID }}
OXFORD_APP_KEY: ${{ secrets.OXFORD_APP_KEY }}
runs-on: ${{ matrix.os}}
strategy:
matrix:
Expand Down

0 comments on commit 8ae2802

Please sign in to comment.