Publish Starters #339
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Starters | |
on: | |
workflow_dispatch: | |
jobs: | |
publish-starters: | |
name: Publish Starters | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repo | |
uses: actions/checkout@v4 | |
- name: Setup Node.js 18.x | |
uses: actions/setup-node@v4 | |
with: | |
node-version: "18" | |
- name: Publish Starters | |
uses: LekoArts/actions-push-subdirectories@master | |
env: | |
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
GITHUB_EMAIL: "[email protected]" | |
with: | |
args: examples LekoArts starter-name master |