Skip to content

Commit

Permalink
update secrets handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ianalexmac committed May 9, 2024
1 parent 40383bd commit 49ac0d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Load Secrets
run: sed -i 's/MAPBOX_API/${{ secrets.MAPBOX_API }}/' heatmap.js
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
Expand Down

0 comments on commit 49ac0d7

Please sign in to comment.