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

Use the correct token for backport workflow #7827

Merged
merged 7 commits into from
Mar 14, 2025
Merged

Conversation

akuzm
Copy link
Member

@akuzm akuzm commented Mar 13, 2025

The GITHUB_TOKEN variable is getting overwritten with the Github Actions
token.

Moreover, the token-based remote's credentials are somehow overwritten on push with credentials used for checkout action. Use the PAT for it as well.

This should finally let the backport script to update the outstanding backport PRs to the current target branch, and workflows to start for them.

Disable-check: force-changelog-file
Disable-check: approval-count

akuzm added 5 commits March 13, 2025 10:41
The GITHUB_TOKEN variable is getting overwritten with the Github Actions
token.
@akuzm akuzm enabled auto-merge (squash) March 13, 2025 09:52
Copy link

codecov bot commented Mar 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.93%. Comparing base (59f50f2) to head (6af870a).
Report is 824 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7827      +/-   ##
==========================================
+ Coverage   80.06%   81.93%   +1.86%     
==========================================
  Files         190      249      +59     
  Lines       37181    46027    +8846     
  Branches     9450    11534    +2084     
==========================================
+ Hits        29770    37710    +7940     
- Misses       2997     3784     +787     
- Partials     4414     4533     +119     

☔ 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.

@akuzm akuzm merged commit 41ba2f9 into timescale:main Mar 14, 2025
46 checks passed
@akuzm akuzm deleted the backport-token branch March 14, 2025 12:09
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