Skip to content

Commit 82f194d

Browse files
committed
fix: templating for the git auth
1 parent 7b411da commit 82f194d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

platform/templates/action-runner-secrets.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
{
7171
"ghcr.io":
7272
{
73-
"auth": "{{` {{ .github_auth_secret }} `}}"
73+
"auth": {{`"{{ .github_auth_secret }}"`}}
7474
}
7575
}
7676
}
@@ -79,5 +79,4 @@ spec:
7979
remoteRef:
8080
key: action-runner
8181
property: GITHUB_REGISTRY_AUTH
82-
8382
{{- end }}

0 commit comments

Comments
 (0)