- showcase different possibilities for token specification
This commit is contained in:
@@ -25,6 +25,8 @@ jobs:
|
|||||||
- name: "Minimal Configuration"
|
- name: "Minimal Configuration"
|
||||||
id: minimal_release
|
id: minimal_release
|
||||||
uses: ./
|
uses: ./
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Echo Minimal
|
- name: Echo Minimal
|
||||||
run: echo ${{steps.minimal_release.outputs.changelog}}
|
run: echo ${{steps.minimal_release.outputs.changelog}}
|
||||||
@@ -38,6 +40,7 @@ jobs:
|
|||||||
repo: "release-changelog-builder-action"
|
repo: "release-changelog-builder-action"
|
||||||
fromTag: "0.0.2"
|
fromTag: "0.0.2"
|
||||||
toTag: "0.0.3"
|
toTag: "0.0.3"
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Echo Complex
|
- name: Echo Complex
|
||||||
run: echo ${{steps.complex_release.outputs.changelog}}
|
run: echo ${{steps.complex_release.outputs.changelog}}
|
||||||
|
|||||||
Reference in New Issue
Block a user