Skip to content

Feat: Add Vercel workflows#160

Open
AdamJHall wants to merge 3 commits into
mainfrom
feature/Add-Vercel-Workflows
Open

Feat: Add Vercel workflows#160
AdamJHall wants to merge 3 commits into
mainfrom
feature/Add-Vercel-Workflows

Conversation

@AdamJHall

Copy link
Copy Markdown
Contributor

Description of the proposed changes
To reduce the amount of user management needed in Vercel for users that only occasionally commit I have created these 2 new workflows that create preview and production deployments using the Vercel CLI.

Notes to PR author

⚠️ Please make sure the changes adhere to the guidelines mentioned in our contribution guide.

Notes to reviewers

ℹ️ When you've finished leaving feedback, please add a final comment to the PR tagging the author, letting them know that you have finished leaving feedback

@AdamJHall AdamJHall marked this pull request as ready for review June 19, 2026 00:29
@AdamJHall AdamJHall requested a review from a team as a code owner June 19, 2026 00:29
persist-credentials: false

- name: Install Vercel CLI
run: npm install --global vercel@latest

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Should we pin this to a specific version rather than use @latest for supply chain reasons?

persist-credentials: false

- name: Install Vercel CLI
run: npm install --global vercel@latest

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Ditto here.

@tmthrgd-aligent

Copy link
Copy Markdown

It's a shame they don't seem to support OIDC for deployments. Would be nice not to have to have a token. (They do support it for bypassing deployment protections but that doesn't seem to apply here).

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.

2 participants