Skip to content

Commit

Permalink
I hate actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanM04 authored Oct 9, 2019
1 parent 7885ece commit d2a253f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Deployment
run: "now web --prod"
run: "now web --prod --token $ZEIT_TOKEN"
env:
ZEIT_TOKEN: ${{ secrets.ZEIT_TOKEN }}

0 comments on commit d2a253f

Please sign in to comment.