1
0
mirror of synced 2026-03-19 09:26:55 +00:00

Merge pull request #5202 from NotAwar/patch-1

fix: correct name on github app secret
This commit is contained in:
Matheus Pimenta
2025-02-20 15:03:45 +00:00
committed by GitHub

View File

@@ -262,7 +262,7 @@ spec:
--- ---
kind: Secret kind: Secret
metadata: metadata:
name: github-sa name: github-app
stringData: stringData:
githubAppID: <app-id> githubAppID: <app-id>
githubInstallationID: <installation-id> githubInstallationID: <installation-id>