Skip to content

Commit

Permalink
Merge pull request #171 from DSACMS/nat/changelog-workflow-fixes
Browse files Browse the repository at this point in the history
Workflows: Fixes to `autochangelog.yml` workflow files in tiers 2-4
  • Loading branch information
natalialuzuriaga authored Oct 4, 2024
2 parents 9aeeb4c + e3ac765 commit 16a6493
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
- name: "Auto Generate changelog"
uses: heinrichreimer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
{% raw %}
token: ${{ secrets.GITHUB_TOKEN }}
{% endraw %}
2 changes: 2 additions & 0 deletions tier2/{{cookiecutter.project_slug}}/MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,9 @@ jobs:
- name: "Auto Generate changelog"
uses: heinrichreimer/[email protected]
with:
{% raw %}
token: ${{{{ secrets.GITHUB_TOKEN }}}}
{% endraw %}
```
This provided workflow will automatically populate the CHANGELOG.md with all of the associated changes created since the last release that are included in the current release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
- name: "Auto Generate changelog"
uses: heinrichreimer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
{% raw %}
token: ${{ secrets.GITHUB_TOKEN }}
{% endraw %}
2 changes: 2 additions & 0 deletions tier3/{{cookiecutter.project_slug}}/MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,9 @@ jobs:
- name: "Auto Generate changelog"
uses: heinrichreimer/[email protected]
with:
{% raw %}
token: ${{{{ secrets.GITHUB_TOKEN }}}}
{% endraw %}
```
This provided workflow will automatically populate the CHANGELOG.md with all of the associated changes created since the last release that are included in the current release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
- name: "Auto Generate changelog"
uses: heinrichreimer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
{% raw %}
token: ${{ secrets.GITHUB_TOKEN }}
{% endraw %}
2 changes: 2 additions & 0 deletions tier4/{{cookiecutter.project_slug}}/MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,9 @@ jobs:
- name: "Auto Generate changelog"
uses: heinrichreimer/[email protected]
with:
{% raw %}
token: ${{{{ secrets.GITHUB_TOKEN }}}}
{% endraw %}
```
This provided workflow will automatically populate the CHANGELOG.md with all of the associated changes created since the last release that are included in the current release.
Expand Down

0 comments on commit 16a6493

Please sign in to comment.