Skip to content

Commit

Permalink
Merge branch 'feat/fetch-news-slider-data'
Browse files Browse the repository at this point in the history
  • Loading branch information
pReya committed Oct 24, 2023
2 parents 1dc04e6 + 6ce421e commit 831826d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,20 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
environment: github-pages
env:
PUBLIC_MAPBOX_TOKEN: "pk.eyJ1IjoicHJleWEyayIsImEiOiJjbGRlc3Y0NWMwZ3NkM3JxcGM1MTY2dTd3In0.nr8qVhhvTHxytqbR-0KFLA"
PUBLIC_MAPBOX_TOKEN: ${{ secrets.PUBLIC_MAPBOX_TOKEN }}
AIRTABLE_TOKEN: ${{ secrets.AIRTABLE_TOKEN }}
INTERVENTIONS_AIRTABLE_BASE_ID: ${{ secrets.INTERVENTIONS_AIRTABLE_BASE_ID }}
NEWS_AIRTABLE_BASE_ID: ${{ secrets.NEWS_AIRTABLE_BASE_ID }}
steps:
- name: Checkout your repository using git
uses: actions/checkout@v2
- run: echo $PUBLIC_MAPBOX_TOKEN
- name: Install, build, and upload your site
uses: withastro/action@v0
with:
node-version: 18
node-version: 20

deploy:
needs: build
Expand Down

0 comments on commit 831826d

Please sign in to comment.