ci: Unify keys and add private key for testing purposes

This commit enables PR's to run inegration tests by relying on keys with
only the necessary permissions to run on CI workloads

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
This commit is contained in:
Marcos Lilljedahl
2022-03-30 18:05:17 -03:00
parent 9abdec252c
commit e47148ba64
7 changed files with 24 additions and 44 deletions

View File

@@ -24,7 +24,7 @@ dagger.#Plan & {
}
testRepo: core.#GitPull & {
remote: "https://github.com/dagger/dagger.git"
remote: "https://github.com/dagger/test.git"
ref: "main"
auth: {
username: "dagger-test"