We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73aeb1f commit 0480efbCopy full SHA for 0480efb
1 file changed
.sync/workflows/leaf/submodule-release-update.yml
@@ -41,13 +41,13 @@ jobs:
41
id: app-token
42
uses: actions/create-github-app-token@v2
43
with:
44
- app-id: ${{ vars.MU_ACCESS_APP_ID }}
45
- private-key: ${{ secrets.MU_ACCESS_APP_PRIVATE_KEY }}
+ app-id: {% raw %}${{ vars.MU_ACCESS_APP_ID }}{% raw %}
+ private-key: {% raw %}${{ secrets.MU_ACCESS_APP_PRIVATE_KEY }}{% raw %}
46
47
- name: Update Submodules to Latest Release
48
uses: microsoft/mu_devops/.github/actions/submodule-release-updater@{{ sync_version.mu_devops }}
49
50
- GH_PAT: {% raw %}${{ steps.app-token.outputs.token }}{% endraw %}
+ GH_PAT: {% raw %}${{ steps.app-token.outputs.token }}{% raw %}
51
GH_USER: "ProjectMuBot"
52
GIT_EMAIL: "mubot@microsoft.com"
53
GIT_NAME: "Project Mu Bot"
0 commit comments