Skip to content

Commit

Permalink
Set correct environment variable in Kubernetes example
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderKnape committed Aug 4, 2020
1 parent 0f21e32 commit 7cd6e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
value: your-organization
- name: GITHUB_REPOSITORY
value: your-repository
- name: RUNNER_TOKEN # stored separately in a Kubernetes secret
- name: GITHUB_PAT # stored separately in a Kubernetes secret
valueFrom:
secretKeyRef:
name: my-secret
Expand Down

0 comments on commit 7cd6e65

Please sign in to comment.