Skip to content

Commit

Permalink
Merge pull request #61 from hackforla/environment_injection
Browse files Browse the repository at this point in the history
actions
  • Loading branch information
sellnat77 authored Oct 9, 2019
2 parents 6936dd7 + 288fe52 commit a4fc325
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/Continuous_Delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
env:
MAPBOX_TOKEN: ${{ secrets.MAPBOX_TOKEN }}
- name: Deploy
run: npm run deploy
run: git config --global user.email "[email protected]" && git config --global user.name "GITHUB BOI" && npm run deploy
env:
MAPBOX_TOKEN: ${{ secrets.MAPBOX_TOKEN }}
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit a4fc325

Please sign in to comment.