Fix CI git authentication #9
Labels
No Label
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/plugeth-statediff#9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Integration tests are failing due a problem with the basic auth headers.
See https://git.vdb.to/cerc-io/plugeth-statediff/actions/runs/72/jobs/1
This may be the same problem as with go fetch accessing a repo on the same gitea -- the git token issued to a CI job is only valid for the host repo. To clone another repo on the same gitea will need a similar solution to the one we used for go recently.
I think all you need to do is add the
token
to the appropriateactions/checkout
step:Yep trying this now
Ah, this is because
system-tests
is a private repo (checking outcerc-io/plugeth
and stack-orchestrator succeeds in the same job, which threw me off).Fixed in #10