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

ci: fix backport of workflow failures #471

Merged
merged 1 commit into from
May 21, 2024
Merged

Conversation

katexochen
Copy link
Member

Apparently passing a token with sufficient permission to the action isn't enough, we also need to check out using that token. See korthout/backport-action#368

@katexochen katexochen added no changelog PRs not listed in the release notes backport release/v0.6 labels May 21, 2024
Apparently passing a token with sufficient permission to the action
isn't enough, we also need to check out using that token.
See korthout/backport-action#368

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
@katexochen katexochen force-pushed the p/backport-workflow-changes branch from ce1cb95 to 424ecf8 Compare May 21, 2024 11:11
@katexochen katexochen merged commit 8a21eaa into main May 21, 2024
7 checks passed
@katexochen katexochen deleted the p/backport-workflow-changes branch May 21, 2024 11:17
@edgelessci
Copy link
Contributor

Backport failed for release/v0.6, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/v0.6
git worktree add -d .worktree/backport-471-to-release/v0.6 origin/release/v0.6
cd .worktree/backport-471-to-release/v0.6
git switch --create backport-471-to-release/v0.6
git cherry-pick -x 8a21eaa94c1acd582550cda124c45d5dde9dbac1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog PRs not listed in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants