edgelesssys / contrast

Deploy and manage confidential containers on Kubernetes
https://docs.edgeless.systems/contrast
GNU Affero General Public License v3.0
161 stars 6 forks source link

ci: fix backport of workflow failures #471

Closed katexochen closed 1 month ago

katexochen commented 1 month ago

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

edgelessci commented 1 month ago

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