Conversation
Rename GITHUB_TOKEN to github-token to match the new lowercase-dash input naming convention introduced in kubewarden/github-actions v5.0.0. Assisted-by: Github Copilot Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
…for v5.0.0 Rename GITHUB_TOKEN to github-token to match the new lowercase-dash input naming convention introduced in kubewarden/github-actions v5.0.0. Assisted-by: Github Copilot Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
Rename KWCTL_VERSION to kwctl-version to match the new lowercase-dash input naming convention introduced in kubewarden/github-actions v5.0.0. Assisted-by: Github Copilot Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflow inputs to match the breaking input renames introduced in kubewarden/github-actions v5.0.0 (lowercase, dash-separated), fixing CI/runtime failures caused by using legacy input names.
Changes:
- Replace
GITHUB_TOKENaction input withgithub-tokenin container build/merge/attestation steps. - Replace
KWCTL_VERSIONaction input withkwctl-versionfor the kwctl installer step.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/release.yml | Updates kubewarden/github-actions action inputs to github-token for release container build/merge/attestation jobs. |
| .github/workflows/e2e-tests.yml | Updates kwctl-installer input to kwctl-version to match v5.0.0 input naming. |
| .github/workflows/build-containers.yml | Updates container build/merge steps to pass github-token instead of the legacy GITHUB_TOKEN input. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1660 +/- ##
==========================================
+ Coverage 80.40% 80.42% +0.02%
==========================================
Files 127 127
Lines 16411 16411
==========================================
+ Hits 13195 13199 +4
+ Misses 3216 3212 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Fix the input names of the github-actions v5.0.0
Fix #1659