Skip to content

rm postman_collection link#44

Merged
ebarojas merged 2 commits into
mainfrom
update_old_broken_references
Jun 12, 2026
Merged

rm postman_collection link#44
ebarojas merged 2 commits into
mainfrom
update_old_broken_references

Conversation

@JasonBerto

Copy link
Copy Markdown
Collaborator

a postman collection was exposing integration environment, which exposed a test enviroment to the public, it has been removed that link and mention to ask us personally has been added.

J.

JasonBerto and others added 2 commits June 11, 2026 13:53
What I changed
Both workflows were updated:

actions/checkout@v2 → actions/checkout@v4
actions/setup-node@v2 → actions/setup-node@v4 — v4 uses the current cache API and handles cache: yarn correctly
Removed duplicate manual caching in deploy.yml — it had both cache: yarn in setup-node and a separate actions/cache@v2 step, which was redundant and used deprecated ::set-output syntax
Comment thread docs/intro.md

@mevangelista-alvarado mevangelista-alvarado left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes a publicly accessible Postman collection link from the documentation to avoid exposing integration/test environment details, and modernizes the GitHub Actions workflows used to build/deploy the docs site.

Changes:

  • Remove the S3-hosted Postman collection download link and replace it with a request-based message.
  • Update GitHub Actions checkout and setup-node to @v4 in workflows.
  • Simplify deploy workflow by removing the legacy manual Yarn cache steps (relying on setup-node’s built-in Yarn caching).

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
docs/intro.md Removes the public Postman collection download link and replaces it with request-only guidance.
.github/workflows/test-deploy.yml Updates CI actions to @v4 for PR build verification.
.github/workflows/deploy.yml Updates actions to @v4 and removes deprecated/legacy caching steps while keeping Yarn caching via setup-node.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/intro.md
@ebarojas ebarojas merged commit 46f8732 into main Jun 12, 2026
2 checks passed
@ebarojas ebarojas deleted the update_old_broken_references branch June 12, 2026 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants