Skip to content

Commit

Permalink
add secret as env var for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Nov 26, 2020
1 parent 806e13f commit 8c09746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kool-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:

env:
KOOL_DEPLOY_DOMAIN: ci.kool.dev
KOOL_API_TOKEN: ${{ secrets.KOOL_API_TOKEN }}

steps:
- name: Install Kool
Expand Down

0 comments on commit 8c09746

Please sign in to comment.