Skip to content

Commit

Permalink
make env global
Browse files Browse the repository at this point in the history
  • Loading branch information
KKulma committed Mar 22, 2021
1 parent e030505 commit 64b4d78
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on: push
jobs:
run_container:
runs-on: ubuntu-latest
env:
SHINY_ACC_NAME=${{secrets.SHINY_ACC_NAME}}
TOKEN=${{secrets.TOKEN}}
SECRET=${{secrets.SECRET}}
container:
image: kasiatemp/ng-update:shiny
steps:
Expand All @@ -12,9 +16,6 @@ jobs:
with:
ref: 'main'
- name: Deploy app
env:
SHINY_ACC_NAME=${{secrets.SHINY_ACC_NAME}}
TOKEN=${{secrets.TOKEN}}
SECRET=${{secrets.SECRET}}

run: |
bash Rscript deploy.R

0 comments on commit 64b4d78

Please sign in to comment.