Skip to content

Pass token to make gh working in create release workflow#8964

Merged
Czaki merged 1 commit into
napari:mainfrom
Czaki:fix_release_workflow
May 6, 2026
Merged

Pass token to make gh working in create release workflow#8964
Czaki merged 1 commit into
napari:mainfrom
Czaki:fix_release_workflow

Conversation

@Czaki

@Czaki Czaki commented May 6, 2026

Copy link
Copy Markdown
Collaborator

References and relevant issues

https://github.com/napari/napari/actions/runs/25455771658/job/74684788443

Description

Fix

Run gh release create "${name}" "${files}" \
gh: To use GitHub CLI in a GitHub Actions workflow, set the GH_TOKEN environment variable. Example:
  env:
    GH_TOKEN: ${{ github.token }}
Error: Process completed with exit code 4.

@Czaki Czaki requested a review from a team as a code owner May 6, 2026 19:19
@Czaki Czaki added the maintenance PR with maintance changes, label May 6, 2026
@Czaki Czaki added the ready to merge Last chance for comments! Will be merged in ~24h label May 6, 2026
@codecov

codecov Bot commented May 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.41%. Comparing base (a2892d3) to head (a0f7857).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8964      +/-   ##
==========================================
- Coverage   93.44%   93.41%   -0.03%     
==========================================
  Files         705      705              
  Lines       65211    65211              
==========================================
- Hits        60935    60919      -16     
- Misses       4276     4292      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Czaki Czaki merged commit 25b4ee8 into napari:main May 6, 2026
53 checks passed
@Czaki Czaki deleted the fix_release_workflow branch May 6, 2026 20:48
@github-actions github-actions Bot added this to the 0.7.1 milestone May 6, 2026
@github-actions github-actions Bot removed the ready to merge Last chance for comments! Will be merged in ~24h label May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance PR with maintance changes,

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants