Skip to content

add: FCM secret.json을 CICD에서 숨겨서 배포하기 #29

add: FCM secret.json을 CICD에서 숨겨서 배포하기

add: FCM secret.json을 CICD에서 숨겨서 배포하기 #29

name: GitBook Action
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Gitbook Action
uses: ZanderZhao/[email protected]
with:
token: ${{ secrets.PERSONAL_TOKEN }}
source_repo: inu-appcenter/server-tech-blog
source_branch: main