Skip to content

Commit

Permalink
Add a github token for publishing-bot
Browse files Browse the repository at this point in the history
Related to:
  - kubernetes/publishing-bot#353

Sync existing Github token to trusted GKE cluster `prow-build-trusted`.
The token will be consumed by a prowjob

Signed-off-by: Arnaud Meukam <[email protected]>
  • Loading branch information
ameukam committed Oct 10, 2023
1 parent 6fa4db7 commit 1a56184
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,19 @@ spec:
---
apiVersion: kubernetes-client.io/v1
kind: ExternalSecret
metadata:
name: k8s-release-publishing-bot-github-token
namespace: test-pods
spec:
backendType: gcpSecretsManager
projectId: kubernetes-public
data:
- key: publishing-bot-github-token
name: token
version: latest
---
apiVersion: kubernetes-client.io/v1
kind: ExternalSecret
metadata:
name: k8s-cip-test-prod-service-account
namespace: test-pods
Expand Down

0 comments on commit 1a56184

Please sign in to comment.