Skip to content

Release to GH Pages #17

Release to GH Pages

Release to GH Pages #17

Workflow file for this run

name: Release to GH Pages
on:
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Generate Token
id: generate_token
uses: tibdex/[email protected]
with:
app_id: ${{ secrets.RELEASE_BOT_ID }}
private_key: ${{ secrets.RELEASE_BOT_PEM }}
- name: Merge develop -> main
uses: devmasx/[email protected]
with:
type: now
from_branch: develop
target_branch: main
github_token: ${{ steps.generate_token.outputs.token }}