Skip to content

Commit

Permalink
update ci to use env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Oct 10, 2023
1 parent 5aad514 commit 2ad0ff6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
steps: [uses: fastai/workflows/quarto-ghp@master]
steps:
- uses: fastai/workflows/quarto-ghp@master
env:
SECAPIO_API_KEY: ${{ secrets.SECAPIO_API_KEY }}
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ on: [workflow_dispatch, pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps: [uses: fastai/workflows/nbdev-ci@master]
steps:
- uses: fastai/workflows/nbdev-ci@master
env:
SECAPIO_API_KEY: ${{ secrets.SECAPIO_API_KEY }}

0 comments on commit 2ad0ff6

Please sign in to comment.