Skip to content

Bump actions/checkout from 2 to 4 (#6) #1

Bump actions/checkout from 2 to 4 (#6)

Bump actions/checkout from 2 to 4 (#6) #1

name: Deploy Production
on:
push:
branches:
- main
jobs:
deploy_website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - run: npm run build
- uses: ./
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
channelId: live
projectId: action-hosting-deploy-demo
entryPoint: "./demo"