From 87ce245ea6f70892416c836e590a398edef0abca Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Mar 2026 19:35:02 +0000 Subject: [PATCH 1/2] Initial plan From f1d70100906dcb948eb64ea06bb0d6a162c63060 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Mar 2026 19:36:53 +0000 Subject: [PATCH 2/2] Update version to v1.0.9 in README and recompile action Co-authored-by: ahernandez411 <11199284+ahernandez411@users.noreply.github.com> --- README.md | 2 +- dist/index.js | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c76b9b5..2ce5d89 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ jobs: - name: Create GitHub Deployment id: defaults continue-on-error: true # Setting to true so the job doesn't fail if updating the board fails. - uses: im-open/create-github-deployment@v1.0.8 # You may also reference just the major or major.minor version + uses: im-open/create-github-deployment@v1.0.9 # You may also reference just the major or major.minor version with: workflow-actor: ${{ github.actor }} # This will add the user who kicked off the workflow to the deployment payload token: ${{ secrets.GITHUB_TOKEN }} # If a different token is used, update github-login with the corresponding account diff --git a/dist/index.js b/dist/index.js index ca01df4..197d063 100644 --- a/dist/index.js +++ b/dist/index.js @@ -39184,7 +39184,10 @@ var require_dist_node4 = __commonJS({ const requestCopy = Object.assign({}, options.request); if (options.request.headers.authorization) { requestCopy.headers = Object.assign({}, options.request.headers, { - authorization: options.request.headers.authorization.replace(/ .*$/, ' [REDACTED]') + authorization: options.request.headers.authorization.replace( + /(?