Skip to content

Create market-place.yml #1

Create market-place.yml

Create market-place.yml #1

Workflow file for this run

name: "Market Place Publish Helper"
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
hello:
permissions: write-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
gh-token: ${{secrets.GITHUB_TOKEN}}