Skip to content

Commit

Permalink
Merge pull request #74 from efekete/main
Browse files Browse the repository at this point in the history
fix: README.md github app example secret
  • Loading branch information
AtzeDeVries authored Apr 26, 2024
2 parents 9465d9b + cbeb7ab commit bf225dd
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 bf225dd

Please sign in to comment.