- showcase different possibilities for token specification

This commit is contained in:
Mike Penz
2020-10-16 16:08:18 +02:00
parent 540de9d3a1
commit 8d59911332
+3
View File
@@ -25,6 +25,8 @@ jobs:
- name: "Minimal Configuration"
id: minimal_release
uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Echo Minimal
run: echo ${{steps.minimal_release.outputs.changelog}}
@@ -38,6 +40,7 @@ jobs:
repo: "release-changelog-builder-action"
fromTag: "0.0.2"
toTag: "0.0.3"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Echo Complex
run: echo ${{steps.complex_release.outputs.changelog}}