funcbench/manifests/benchmark/2_secrets.yaml (8 lines of code) (raw):

apiVersion: v1 kind: Secret metadata: name: github-token namespace: funcbench-{{ .PR_NUMBER }} type: Opaque stringData: token: "{{ .GITHUB_TOKEN }}"