-
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add GCP Artifact Registry publishing workflow #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
30c84a7
chore: fix workflow configs and pre-commit formatting
williaby 85cba2a
chore: make scripts executable
williaby 422d271
docs: update README with monorepo packages and publishing workflow
williaby f9c14a1
chore: fix qlty code quality issues and enable plugins
williaby d432385
chore: fix markdownlint and yamllint code quality issues
williaby 22b6cf1
feat: add GCP Artifact Registry publishing workflow
williaby b1e89d7
fix: use correct Infisical action version tag
williaby 2be4f2a
fix: use version tags instead of SHAs for GitHub Actions
williaby 54f8cc4
fix: use project-slug instead of project-id for Infisical action
williaby 0102774
fix: use self-hosted Infisical domain
williaby 35a9ad7
fix: use GitHub Secrets instead of Infisical for GCP credentials
williaby 9578a27
fix: use uv build --package for workspace monorepo builds
williaby f11a22a
fix: use correct pyproject package names for uv build
williaby 5356fab
fix: use oauth2 access token for Artifact Registry authentication
williaby 0725d43
fix: validate tags are created from main branch before publishing
williaby 324103e
chore: fix workflow SHAs and cloudflare-auth import paths
williaby 2cf5891
chore: fix REUSE compliance for monorepo packages
williaby 569c1d1
fix(cloudflare-auth): add pydantic-settings dependency and fix code f…
williaby f7a729f
fix(security): sanitize workflow inputs and pin action SHAs
williaby 476736c
refactor(cloudflare-auth): reduce cognitive complexity in middleware …
williaby bab8ca4
chore: add .qlty cache symlinks to gitignore
williaby 6058fbf
docs: fix markdown code fence formatting and update badges
williaby ed4c077
fix: add docstrings to helper methods and fix end-of-file markers
williaby 52e5c27
fix(cloudflare-auth): add rate limiting to all authentication failure…
williaby 7110e32
fix: add pydantic and pydantic-settings to root package dependencies
williaby f30bc84
fix: skip CLI tests and fix Windows CI workflow
williaby File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix incorrect step numbering.
The steps are renumbered to 1 and 2, but there are already steps 1-3 defined earlier in the document (lines 7-43). This creates confusion in the workflow sequence.
Apply this diff to restore the correct numbering:
🤖 Prompt for AI Agents