Skip to content

Commit cf21f0f

Browse files
authored
.sync/submodule-release-update.yml: Add Nunjucks raw text tags (#164)
Surrounds the GitHub token syntax with raw tags to indicate that the curly braces should not be interpreted as a Nunjucks expression or variable and treated as a literal. Signed-off-by: Michael Kubacki <[email protected]>
1 parent 4473861 commit cf21f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.sync/workflows/leaf/submodule-release-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Update Submodules to Latest Release
3030
uses: microsoft/mu_devops/.github/actions/submodule-release-updater@{{ sync_version.mu_devops }}
3131
with:
32-
GH_PAT: ${{ secrets.SUBMODULE_UPDATER_TOKEN }}
32+
GH_PAT: {% raw %}${{ secrets.SUBMODULE_UPDATER_TOKEN }}{% endraw %}
3333
GH_USER: "ProjectMuBot"
3434
GIT_EMAIL: "[email protected]"
3535
GIT_NAME: "Project Mu Bot"

0 commit comments

Comments
 (0)