You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
230 B
YAML
14 lines
230 B
YAML
6 years ago
|
---
|
||
|
platform: linux
|
||
|
inputs:
|
||
|
- name: git-repo
|
||
|
- name: release-notes-repo
|
||
|
- name: version
|
||
|
params:
|
||
|
GITHUB_ORGANIZATION:
|
||
|
GITHUB_REPO:
|
||
|
GITHUB_USERNAME:
|
||
|
GITHUB_PASSWORD:
|
||
|
run:
|
||
|
path: git-repo/ci/scripts/publish-release-notes.sh
|