Skip to content

Commit

Permalink
Merge pull request #62 from hackforla/environment_injection
Browse files Browse the repository at this point in the history
Environment injection
  • Loading branch information
sellnat77 authored Oct 15, 2019
2 parents a4fc325 + 4818cce commit f59774c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Continuous_Delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
env:
MAPBOX_TOKEN: ${{ secrets.MAPBOX_TOKEN }}
- name: Deploy
run: git config --global user.email "[email protected]" && git config --global user.name "GITHUB BOI" && npm run deploy
run: git config --global user.email "[email protected]" && git config --global user.name "RussellCI" && npm run deploy
env:
MAPBOX_TOKEN: ${{ secrets.MAPBOX_TOKEN }}

0 comments on commit f59774c

Please sign in to comment.