Skip to content

Commit a27c3ad

Browse files
committed
Migrate Github Actions to YAML format
1 parent 2c2e1d7 commit a27c3ad

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

.github/main.workflow

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Release published
2+
on:
3+
release:
4+
types: [published]
5+
jobs:
6+
add-changelog:
7+
name: Add Changelog
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Add Changelog
11+
uses: nexmo/github-actions/nexmo-changelog@master
12+
env:
13+
CHANGELOG_AUTH_TOKEN: ${{ secrets.CHANGELOG_AUTH_TOKEN }}
14+
CHANGELOG_CATEGORY: Server SDK
15+
CHANGELOG_RELEASE_TITLE: nexmo-php
16+
CHANGELOG_SUBCATEGORY: php

0 commit comments

Comments
 (0)