Skip to content

Commit

Permalink
fix: README.md github app example secret
Browse files Browse the repository at this point in the history
The configuration is expecting list of object, the given example has invalid JSON syntax.
  • Loading branch information
efekete authored Apr 25, 2024
1 parent 9465d9b commit cbeb7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ metadata:
namespace: upbound-system
type: Opaque
stringData:
credentials: "{\"app_auth\": [ \"id\": \"${APP_ID}\", \"installation_id\": \"${APP_INSTALLATION_ID}\", \"pem_file\": \"${APP_PEM_FILE}\" ] ,\"owner\":\"${GH_OWNER}\"}"
credentials: "{\"app_auth\": [{\"id\": \"${APP_ID}\", \"installation_id\": \"${APP_INSTALLATION_ID}\", \"pem_file\": \"${APP_PEM_FILE}\"}] ,\"owner\":\"${GH_OWNER}\"}"

---
apiVersion: github.upbound.io/v1beta1
Expand Down

0 comments on commit cbeb7ab

Please sign in to comment.