diff --git a/.github/workflows/deploy-pr-checks.yml b/.github/workflows/deploy-pr-checks.yml index 57babd8e2..19e11ef17 100644 --- a/.github/workflows/deploy-pr-checks.yml +++ b/.github/workflows/deploy-pr-checks.yml @@ -112,7 +112,7 @@ jobs: " > pr_preview.md - uses: tibdex/github-app-token@v1 id: checks_token - with: + with: app_id: 396440 #osm-americana checks app private_key: ${{ secrets.CHECKS_WRITER_SECRET }} - name: Print Preview Links to GitHub Checks diff --git a/.github/workflows/test-build-mac.yml b/.github/workflows/test-build-mac.yml index dbb8781e2..48b473012 100644 --- a/.github/workflows/test-build-mac.yml +++ b/.github/workflows/test-build-mac.yml @@ -10,9 +10,9 @@ jobs: steps: - name: Checkout 🛎️ uses: actions/checkout@v3 -# Node v18.17.0, introduced July 18, 2023, introduces an error in unicode processing that breaks test cases on Ubuntu. -# See PR #905 and #908 for more details. -# If this bug is resolved in node, these lines can revert to 18.x rather than 18.16.0. + # Node v18.17.0, introduced July 18, 2023, introduces an error in unicode processing that breaks test cases on Ubuntu. + # See PR #905 and #908 for more details. + # If this bug is resolved in node, these lines can revert to 18.x rather than 18.16.0. - name: Use Node.js 18.16.1 uses: actions/setup-node@v3 with: diff --git a/.github/workflows/test-build-ubuntu.yml b/.github/workflows/test-build-ubuntu.yml index c0515a215..90656f40b 100644 --- a/.github/workflows/test-build-ubuntu.yml +++ b/.github/workflows/test-build-ubuntu.yml @@ -10,9 +10,9 @@ jobs: steps: - name: Checkout 🛎️ uses: actions/checkout@v3 -# Node v18.17.0, introduced July 18, 2023, introduces an error in unicode processing that breaks test cases on Ubuntu. -# See PR #905 and #908 for more details. -# If this bug is resolved in node, these lines can revert to 18.x rather than 18.16.1. + # Node v18.17.0, introduced July 18, 2023, introduces an error in unicode processing that breaks test cases on Ubuntu. + # See PR #905 and #908 for more details. + # If this bug is resolved in node, these lines can revert to 18.x rather than 18.16.1. - name: Use Node.js 18.16.1 uses: actions/setup-node@v3 with: