Skip to content

Commit

Permalink
move env vars to step
Browse files Browse the repository at this point in the history
  • Loading branch information
KKulma committed Mar 22, 2021
1 parent 44c54fe commit e030505
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: append daily CI data

on: push
env:
SHINY_ACC_NAME=${{secrets.SHINY_ACC_NAME}}
TOKEN=${{secrets.TOKEN}}
SECRET=${{secrets.SECRET}}
jobs:
run_container:
runs-on: ubuntu-latest
Expand All @@ -16,5 +12,9 @@ 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 e030505

Please sign in to comment.