Skip to content

Bump node-forge from 1.3.1 to 1.3.2 #98

Bump node-forge from 1.3.1 to 1.3.2

Bump node-forge from 1.3.1 to 1.3.2 #98

name: Default Branch Migration
on: [push]
jobs:
migrate_branch:
name: Migrate Branch
runs-on: ubuntu-latest
steps:
- name: Migrate
uses: liyanchang/[email protected]
with:
# GitHub will fill in this template with the correct token
# You don't need to edit this line
github_token: ${{ secrets.GITHUB_TOKEN }}
# TODO: Change this to the default branch you want to migrate away from
previous_default: master
# TODO: Change this to the default branch you want to migrate away to
new_default: trunk