Skip to content

Commit

Permalink
fix: templating for the git auth
Browse files Browse the repository at this point in the history
  • Loading branch information
locmai committed Aug 6, 2022
1 parent 7b411da commit 82f194d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions platform/templates/action-runner-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
{
"ghcr.io":
{
"auth": "{{` {{ .github_auth_secret }} `}}"
"auth": {{`"{{ .github_auth_secret }}"`}}
}
}
}
Expand All @@ -79,5 +79,4 @@ spec:
remoteRef:
key: action-runner
property: GITHUB_REGISTRY_AUTH

{{- end }}

0 comments on commit 82f194d

Please sign in to comment.