Skip to content
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

Fix CI - trigger helm update #23977

Merged
merged 4 commits into from
Sep 16, 2024
Merged

Fix CI - trigger helm update #23977

merged 4 commits into from
Sep 16, 2024

Conversation

jlpedrosa
Copy link
Contributor

  • The ID of the workflow was not correct, name cannot be used, either ID or filename. Chosen filname, easier to read.
  • Update headers of the request to latest version.

This seems to be working ok in local bash, which triggered the 1.40.1 CI:

TOKEN="ghp_XXXXXX" TAG="1.40.1"
 curl \
 -X GET \
 -H "Accept: application/vnd.github+json" \
 -H "Authorization: Bearer ${TOKEN}" \
 -H "X-GitHub-Api-Version: 2022-11-28" \
 https://api.github.com/repos/Koenkk/zigbee2mqtt-chart/actions/workflows/on_zigbee2mqtt_release.yaml
{
  "id": 98148608,
  "node_id": "W_kwDOL7F0Ys4F2aEA",
  "name": "OnZigbee2MQTTRelease",
  "path": ".github/workflows/on_zigbee2mqtt_release.yaml",
  "state": "active",
  "created_at": "2024-05-14T22:45:55.000+01:00",
  "updated_at": "2024-09-02T17:54:16.000+01:00",
  "url": "https://api.github.com/repos/Koenkk/zigbee2mqtt-chart/actions/workflows/98148608",
  "html_url": "https://github.com/Koenkk/zigbee2mqtt-chart/blob/main/.github/workflows/on_zigbee2mqtt_release.yaml",
  "badge_url": "https://github.com/Koenkk/zigbee2mqtt-chart/workflows/OnZigbee2MQTTRelease/badge.svg"
}

@jlpedrosa jlpedrosa changed the base branch from master to dev September 15, 2024 12:24
.github/workflows/ci.yml Outdated Show resolved Hide resolved
jlpedrosa and others added 2 commits September 16, 2024 11:38
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
@Koenkk Koenkk merged commit cedc062 into Koenkk:dev Sep 16, 2024
1 check passed
@Koenkk
Copy link
Owner

Koenkk commented Sep 16, 2024

Thanks!

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.

3 participants