🔄 synced local '.github/workflows/push.yml' with remote '.github/work… #152
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
# SPDX-FileCopyrightText: 2022 WebReady Projects <https://github.com/wr-projects/> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
--- | ||
name: Pipeline - Continuous Delivery | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
prNumber: | ||
description: The number of the PR that is being deployed | ||
required: true | ||
ref: | ||
description: The branch that is being deployed. Should be a branch on the given repository. | ||
required: false | ||
default: main | ||
repository: | ||
description: The {owner}/{repository} that is being deployed | ||
required: false | ||
default: wrprojects/github-template | ||
push: | ||
branches: [ main ] | ||
jobs: | ||
pnpm-publish: | ||
uses: wr-projects/github-jstemplate/.github/workflows/pnpm-publish.yml@main | ||
Check failure on line 27 in .github/workflows/continuous-delivery.yml
|
||
secrets: | ||
npm_token: |