Skip to content

Merge pull request #16 from Songmu/push-to-another #5

Merge pull request #16 from Songmu/push-to-another

Merge pull request #16 from Songmu/push-to-another #5

Workflow file for this run

name: push to zenn
on:
push:
branches: [master]
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: generate_token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
repositories: zenn.dev
- uses: Songmu/action-push-to-another-repository@v2
with:
github-token: ${{ steps.generate_token.outputs.token }}
source-directory: ja
destination-repository: Songmu/zenn.dev
destination-directory: books/ghq-handbook