From e3ac765e99635df652caa9e276add5d47cadaae9 Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Fri, 4 Oct 2024 14:29:15 -0700 Subject: [PATCH] added raw tags to fix changelog workflow errors to tier 2-4 Signed-off-by: Natalia Luzuriaga --- .../.github/workflows/auto-changelog.yml | 4 +++- tier2/{{cookiecutter.project_slug}}/MAINTAINERS.md | 2 ++ .../.github/workflows/auto-changelog.yml | 4 +++- tier3/{{cookiecutter.project_slug}}/MAINTAINERS.md | 2 ++ .../.github/workflows/auto-changelog.yml | 4 +++- tier4/{{cookiecutter.project_slug}}/MAINTAINERS.md | 2 ++ 6 files changed, 15 insertions(+), 3 deletions(-) diff --git a/tier2/{{cookiecutter.project_slug}}/.github/workflows/auto-changelog.yml b/tier2/{{cookiecutter.project_slug}}/.github/workflows/auto-changelog.yml index 4f94bb7a..90879c05 100644 --- a/tier2/{{cookiecutter.project_slug}}/.github/workflows/auto-changelog.yml +++ b/tier2/{{cookiecutter.project_slug}}/.github/workflows/auto-changelog.yml @@ -10,4 +10,6 @@ jobs: - name: "Auto Generate changelog" uses: heinrichreimer/action-github-changelog-generator@v2.3 with: - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + {% raw %} + token: ${{ secrets.GITHUB_TOKEN }} + {% endraw %} \ No newline at end of file diff --git a/tier2/{{cookiecutter.project_slug}}/MAINTAINERS.md b/tier2/{{cookiecutter.project_slug}}/MAINTAINERS.md index 4e0af89a..186b16d1 100644 --- a/tier2/{{cookiecutter.project_slug}}/MAINTAINERS.md +++ b/tier2/{{cookiecutter.project_slug}}/MAINTAINERS.md @@ -205,7 +205,9 @@ jobs: - name: "Auto Generate changelog" uses: heinrichreimer/action-github-changelog-generator@v2.3 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. diff --git a/tier3/{{cookiecutter.project_slug}}/.github/workflows/auto-changelog.yml b/tier3/{{cookiecutter.project_slug}}/.github/workflows/auto-changelog.yml index 4f94bb7a..90879c05 100644 --- a/tier3/{{cookiecutter.project_slug}}/.github/workflows/auto-changelog.yml +++ b/tier3/{{cookiecutter.project_slug}}/.github/workflows/auto-changelog.yml @@ -10,4 +10,6 @@ jobs: - name: "Auto Generate changelog" uses: heinrichreimer/action-github-changelog-generator@v2.3 with: - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + {% raw %} + token: ${{ secrets.GITHUB_TOKEN }} + {% endraw %} \ No newline at end of file diff --git a/tier3/{{cookiecutter.project_slug}}/MAINTAINERS.md b/tier3/{{cookiecutter.project_slug}}/MAINTAINERS.md index c4dc338e..f331baaf 100644 --- a/tier3/{{cookiecutter.project_slug}}/MAINTAINERS.md +++ b/tier3/{{cookiecutter.project_slug}}/MAINTAINERS.md @@ -214,7 +214,9 @@ jobs: - name: "Auto Generate changelog" uses: heinrichreimer/action-github-changelog-generator@v2.3 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. diff --git a/tier4/{{cookiecutter.project_slug}}/.github/workflows/auto-changelog.yml b/tier4/{{cookiecutter.project_slug}}/.github/workflows/auto-changelog.yml index 4f94bb7a..90879c05 100644 --- a/tier4/{{cookiecutter.project_slug}}/.github/workflows/auto-changelog.yml +++ b/tier4/{{cookiecutter.project_slug}}/.github/workflows/auto-changelog.yml @@ -10,4 +10,6 @@ jobs: - name: "Auto Generate changelog" uses: heinrichreimer/action-github-changelog-generator@v2.3 with: - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + {% raw %} + token: ${{ secrets.GITHUB_TOKEN }} + {% endraw %} \ No newline at end of file diff --git a/tier4/{{cookiecutter.project_slug}}/MAINTAINERS.md b/tier4/{{cookiecutter.project_slug}}/MAINTAINERS.md index 17513e11..41a9ff40 100644 --- a/tier4/{{cookiecutter.project_slug}}/MAINTAINERS.md +++ b/tier4/{{cookiecutter.project_slug}}/MAINTAINERS.md @@ -216,7 +216,9 @@ jobs: - name: "Auto Generate changelog" uses: heinrichreimer/action-github-changelog-generator@v2.3 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.